2021-09-28 19:51:07 +10:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World")
}