2023-11-15 21:55:28 +08:00

8 lines
73 B
Go

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