Initial commit

This commit is contained in:
2020-10-08 12:03:53 +02:00
commit 41c14ff6bb
7 changed files with 101 additions and 0 deletions

9
main.go Normal file
View File

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