Initial Commit

This commit is contained in:
steven carpenter 2025-07-27 15:11:43 -04:00
commit 87a522daab
22 changed files with 1555 additions and 0 deletions

7
main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "git.skdevstudios.com/SK-Development-Studios/go-cal-tui/cmd"
func main() {
cmd.Execute()
}