fix go stuff

This commit is contained in:
Beric Bearnson
2024-08-03 11:05:14 -06:00
parent 72badd00c7
commit aceef8a497
6 changed files with 11 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Starting sshpong server")
}