move main

This commit is contained in:
Dennis Jekubczyk
2021-05-24 12:35:42 +02:00
parent f878f266c5
commit 05e0e470e0
2 changed files with 1 additions and 1 deletions

5
cmd/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
println("Hello World")
}