chore: initial project setup

This commit is contained in:
Stevan Freeborn
2026-07-25 05:29:36 -05:00
commit ca5c176482
6 changed files with 34 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("gotta catch 'em all")
}