hello-go/main.go
2025-09-26 15:29:13 +01:00

8 lines
72 B
Go

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