Files
testrepo/main.go
T
Romane b4398cdd2b
Run script on commit / run-bash (push) Successful in 2m56s
this time? 2
2026-05-02 13:39:07 +02:00

8 lines
76 B
Go

package main
import "fmt"
func main() {
fmt.Println("Some test yayyy")
}