aboutsummaryrefslogtreecommitdiff
path: root/go-src/main/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'go-src/main/main.go')
-rw-r--r--go-src/main/main.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/go-src/main/main.go b/go-src/main/main.go
new file mode 100644
index 0000000..d1161dc
--- /dev/null
+++ b/go-src/main/main.go
@@ -0,0 +1,11 @@
+package main
+
+import (
+ ctfc "gitlab.com/Syndamia/ctfc/go-src"
+ "gitlab.com/Syndamia/ctfc/go-src/folderPaths"
+)
+
+func main() {
+ folderPaths.InitFolders()
+ ctfc.StartupWindow()
+}