Some checks failed
GiteaTest/JenkinsGoTest/pipeline/head There was a failure building this commit
8 lines
108 B
Go
8 lines
108 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World 123")
|
|
fmt.Println("This is a test")
|
|
} |