🎉 Initial Commit

This commit is contained in:
Alphyron 2020-04-11 20:39:54 +02:00
parent 21efd9efa5
commit 6bca1f453e
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.dragon-labs.de/alphyron/group_helper
go 1.13

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "log"
func main() {
log.Println("Hello World")
}