Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
10 lines
183 B
Go
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
|
|
} |