Skip to content

maximepeschard/gophercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📚 My solutions to the Gophercises exercises

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published