Setup basic repository structure

This commit is contained in:
2025-04-07 21:22:24 +03:00
parent 5076c48001
commit e02d64b67e
15 changed files with 80 additions and 572 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("bpm-setup")
}