project start

This commit is contained in:
Erik Winter 2023-12-15 07:18:39 +01:00
commit 3bf1327666
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module ewintr.nl/narratio
go 1.21

7
main.go Normal file
View File

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