LordOfTrident / go-exercises

Some tiny exercise projects i made to learn Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Some tiny exercise projects i made to learn Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%