mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-11 21:05:35 +01:00
add C example
This commit is contained in:
5
gradle/01-hello-task/build.gradle
Normal file
5
gradle/01-hello-task/build.gradle
Normal file
@@ -0,0 +1,5 @@
|
||||
task hello {
|
||||
description = "Say Hello :-)"
|
||||
println "Hello FI MUNI!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user