package main import ( "fmt" "os" ) func main() { fmt.Printfn("hello world.") }