Exercises to learn how to develop applications with Go.
Let MiK@ be your guide...
Simple exercises for now.
Open all the Go files and try them.
Edit variables and code to see how the code behaves.
First, install Go!
Then, execute this command:
go run .\src\<LEVEL>\<NUM_NAME>\main.go
It's not permitted to declare multiple 'main' functions in the same package.
To try our code, we need one 'main' function per example... so we need one package per example, and a directory is a package in Go!
Is that clear? :-)