Some tiny exercise projects i made to learn Go
9 tiny simple exercise projects i made to practice Go
Run go build
in each folder to compile that program, then just run the generated executable
Example:
$ cd fibonacci
$ go build
$ ./fibonacci
If you find any bugs, please create an issue and report them.
Run make all
to see all the make rules.