8 lines
73 B
Go
Raw Normal View History

2023-11-15 21:55:28 +08:00
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}