# README
Program : Hellow World
Purpose: to print "hello world" message.
How to run:
- Use "go run" command: go run main.go, or
- Build the program into binaries by command "go build main.go". Then, the main.exe file will be created. Finally, execute the main.exe file by command "./main"