1
0
Fork 0
mirror of https://github.com/gytisrepecka/go-learning synced 2024-04-29 07:23:16 +03:00
go-learning/README.md

24 lines
409 B
Markdown
Raw Normal View History

2018-10-07 22:24:58 +03:00
# go-learning
Go language learning exercises.
2018-10-09 20:37:00 +03:00
## Download and run ##
Download repository contents from GitHub:
```
git clone https://github.com/gytisrepecka/go-learning.git
```
Run desired file, e.g.:
```
go run recursive-function.go
```
Have fun!
## Credits ##
These programs are written as Go programming language self-learning effort by Gytis Repečka. Read more at [my website](https://gyt.is/).