Files
toutoukan/main.go
2025-08-08 21:43:26 +08:00

8 lines
72 B
Go

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