Files
JenkinsGoTest/main.go
Bram Prieshof 67f9a1fd6a
All checks were successful
GiteaTest/JenkinsGoTest/pipeline/head This commit looks good
added moar text
2021-01-05 02:07:51 +01:00

9 lines
144 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World 123")
fmt.Println("This is a test")
fmt.Println("See if this stiks")
}