package main import "fmt" func main() { fmt.Println("hello") fmt.Println(42) fmt.Println(3.14159) fmt.Println(true) fmt.Println("done") }