Files
cpp-examples/gradle/01-hello-task/build.gradle
Juraj Michalek 5094926ec7 add C example
2014-04-21 19:23:41 +02:00

6 lines
79 B
Groovy

task hello {
description = "Say Hello :-)"
println "Hello FI MUNI!"
}