Wesley van Tilburg e5de8fe4f4
Some checks failed
Build container / build (push) Failing after 41s
feat: project skeleton
2025-01-02 17:24:28 +01:00

11 lines
80 B
Go

package main
import (
"fmt"
)
func main(){
fmt.Println("hello world :D")
}