Initial commit

This commit is contained in:
phoenix
2025-11-21 15:56:22 -05:00
commit ce7ccc8225
4 changed files with 16 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("catapult")
}