Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.02 KB

Go Koans

This is a replit port of Jason Thigpen's go-koans https://github.com/cdarwin/go-koans

Getting Started

In replit, create a new repl, and click Import from GitHub

Screen Shot 2021-09-16 at 2 11 47 PM

From there type TheNathanBlack/replit-go-koans in the GitHub URL field.

Screen Shot 2021-09-16 at 2 14 44 PM

And hit the Import from GitHub button. You are ready to go from this point.

To Use

  1. Push the Run button. In the console you will see a message about a test failing.
  2. Make the failing tests pass, by replacing these types of __variables__ with real values.

Helpful References

Bookmark the spec and the packages listing.