Hello World
Setting up the development environment
Let's create a directory where we want to write our hello world program. Open the terminal and run the following command.
mkdir ~/Documents/learngo/
The above command will create a directory named learngo insid...
learngolang.hashnode.dev6 min read