@ -0,0 +1,3 @@
module ewintr.nl/narratio
go 1.21
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hoi")
}