Adding some base Go code and config

This commit is contained in:
2026-09-07 17:02:10 -04:00
parent 3820b80f52
commit 66c6fa920e
2 changed files with 15 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello there.")
}