Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 427 Bytes

Gophercises

My solutions to the series of exercises from Gophercises, as an attempt to learn a bit of Go.

Running

The code for each exercise is contained in the corresponding N_exercise_name subdirectory, where N is the exercise number.

To build and run the code for an exercise :

# in `N_exercise_name` subdirectory
$ go build -o bin/the_binary_name && ./bin/the_binary_name