serverctl/main.go

6 lines
54 B
Go
Raw Normal View History

2022-02-11 22:06:52 +01:00
package main
func main() {
println("hello world")
}