pushing the rest

This commit is contained in:
Luke Hagar
2025-09-11 15:59:53 +00:00
parent 4b08a5b8e0
commit c753d4031a
39 changed files with 2090 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import "slinky/cmd"
func main() {
cmd.Execute()
}