Wesley van Tilburg ecb5a206cb
All checks were successful
Build container / build (push) Successful in 42s
test: change golang
2025-01-02 17:29:39 +01:00

11 lines
80 B
Go

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