urfave-cli/internal/example-hello-world/example-hello-world.go
2020-02-29 14:00:26 -08:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}