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