mirror of
https://github.com/taigrr/catserver
synced 2025-01-18 04:03:20 -08:00
8 lines
75 B
Go
8 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Initial commit")
|
|
}
|