test: change golang
All checks were successful
Build container / build (push) Successful in 42s

This commit is contained in:
Wesley van Tilburg 2025-01-02 17:29:39 +01:00
parent c1889392b4
commit ecb5a206cb

View File

@ -5,6 +5,6 @@ import (
)
func main(){
fmt.Println("hello world :D")
fmt.Println("hello world :(")
}