hellogo/main.go
2025-02-26 10:46:06 +11:00

8 lines
72 B
Go

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