this time? 2
Run script on commit / run-bash (push) Successful in 2m56s

This commit is contained in:
Romane
2026-05-02 13:39:07 +02:00
parent 166daf5ad8
commit b4398cdd2b
+1 -1
View File
@@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.PrintLn("Some test yayyy")
fmt.Println("Some test yayyy")
}