@ -0,0 +1,3 @@
module git.kiefte.eu/lapingvino/hivegrind
go 1.14
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}