| Author |
Go: Are there any fun programming assignments/exercises one might do to learn Go?
|
Igor Mechnikov
Ranch Hand
Joined: Feb 13, 2011
Posts: 100
|
|
I took a look at Go Tour.
Are there any exercises, perhaps with walk through solutions, that are a step above 'Hello World'?
Maybe a simple word game, math puzzle ala Project Euler, all written in idiomatic Go.
|
String knock = "\u042F \u0418\u0433\u043e\u0440\u044c";
|
 |
Mark Summerfield
author
Ranch Hand
Joined: Jun 20, 2012
Posts: 37
|
|
Hi Igor,
Yes, my book provides graded exercises and has solutions. The book's entire source code is available from Programming in Go.
|
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
|
 |
 |
|
|
subject: Go: Are there any fun programming assignments/exercises one might do to learn Go?
|
|
|