chore: initial setup

This commit is contained in:
Stevan Freeborn
2026-08-05 06:59:14 -05:00
commit 98cdfdac48
5 changed files with 33 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}