1
0
mirror of https://github.com/taigrr/catserver synced 2025-01-18 04:03:20 -08:00

added main.go

This commit is contained in:
Tai Groot 2020-06-21 15:57:54 -07:00
commit dac70564ac
Signed by: taigrr
GPG Key ID: D00C269A87614812

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Initial commit")
}