sshpong/cmd/server/main.go
Beric Bearnson aceef8a497 fix go stuff
2024-08-03 11:05:14 -06:00

11 lines
90 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Starting sshpong server")
}