def hello_world puts "Hello world"end
package mainimport "fmt"func main() { fmt.Println("Hello world")}
ほげほげ