Initial commit

This commit is contained in:
Dennis Schoepf 2023-12-19 23:34:12 +01:00
parent 4e92dc2d74
commit c308f5b602
3 changed files with 40 additions and 0 deletions

7
core/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Init")
}