1
0
mirror of https://github.com/taigrr/catserver synced 2025-01-18 04:03:20 -08:00
catserver/main.go
2020-06-21 15:57:54 -07:00

8 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Println("Initial commit")
}