Files
hello-world/main.go
2025-06-06 12:59:58 +02:00

8 lines
72 B
Go

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