Exercise: Hello World
This exercise is "easy" it is here to make sure you managed to set up your development environment that can be very frustrating if your computer has some special configurations. Which is quite common.
- Install go if you don't have it yet.
- Install an editor/IDE with the appropriate plugin for go.
- Check if go version is running.
- Write the Hello World program and run it both from the IDE and from the command line.