default target = "hello"

task hello {
    info "Hello, World!"
}
