docker_practice/cases/ci/drone/demo/app.go

8 lines
77 B
Go

package main
import "fmt"
func main(){
fmt.Printf("Hello World!\n");
}