aboutsummaryrefslogtreecommitdiff
path: root/go-src/main/main.go
blob: dbb304584ff824d6fc59e8de46d11e1f171b0ca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package main

import (
	ctfc "gitlab.com/Syndamia/ctfc/go-src"
	"gitlab.com/Syndamia/ctfc/go-src/folderPaths"
)

func main() {
	folderPaths.InitFoldersAndFiles()
	ctfc.StartupWindow()
}