mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-14 15:53:32 +01:00
6 lines
79 B
Groovy
6 lines
79 B
Groovy
task hello {
|
|
description = "Say Hello :-)"
|
|
println "Hello FI MUNI!"
|
|
}
|
|
|