8 lines
73 B
Go
Raw Permalink Normal View History

2022-02-06 22:13:36 +01:00
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}