belajar-golang hello.go package main import "fmt" func main() { fmt.Println("Hello World") fmt.Println("hello", "world!", "how", "are", "you") }