Files
JenkinsGoTest/main.go
Bram Prieshof 1a57818a80
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
added more text
2021-01-05 01:09:37 +01:00

7 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World 123")
}