hello world gosu code example Example: go hello world package main import "fmt" func main(){ fmt.Println("hello world") }