sshpong/cmd/server/main.go

11 lines
90 B
Go
Raw Normal View History

2024-08-03 11:05:14 -06:00
package main
import (
"fmt"
)
func main() {
fmt.Println("Starting sshpong server")
}