aboutsummaryrefslogtreecommitdiff
path: root/go-src/main/main.go
blob: d1161dc04d0ff2088481570bdf65dbe4c7b3c1a8 (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.InitFolders()
	ctfc.StartupWindow()
}