@ -0,0 +1,3 @@
module code.ewintr.nl/hatd-planner
go 1.21.5
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hoi")
}