2021-09-03 08:58:05 +00:00

8 lines
74 B
Go

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