serverctl/main.go
2022-02-11 22:06:52 +01:00

6 lines
54 B
Go

package main
func main() {
println("hello world")
}