initial version of CLI

This commit is contained in:
2024-11-20 18:47:02 +01:00
parent 991739b1ea
commit 7643f37b73
4 changed files with 37 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello")
}