Enter my world

Enter my world

One of the very first “programs” you try when learning a new language, the HelloWorld program!

1
2
3
func main() {
    fmt.Println("Hello world!")
}