2022-02-06 22:15:28 +01:00

8 lines
73 B
Go

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