sealme/main.go
2023-09-03 18:08:22 +02:00

7 lines
72 B
Go

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