Files
JenkinsGoTest/main.go
Bram Prieshof db7efced06
Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
Update email setting
2021-01-05 02:33:34 +01:00

10 lines
183 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")
fmt.Println("This nice missing end
}