chore: initial commit

This commit is contained in:
Stevan Freeborn
2025-11-14 07:08:39 -06:00
commit b42c63532f
7 changed files with 49 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}