/go-exercises

Some tiny exercise projects i made to learn Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Go exercises

Some tiny exercise projects i made to learn Go

License Issues GitHub pull requests


Table of contents

Introduction

9 tiny simple exercise projects i made to practice Go

Run

Run go build in each folder to compile that program, then just run the generated executable

Example:

$ cd fibonacci
$ go build
$ ./fibonacci

Bugs

If you find any bugs, please create an issue and report them.

Dependencies

Make

Run make all to see all the make rules.