Proto/main.go
2023-09-19 22:18:20 +02:00

7 lines
72 B
Go

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