mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-14 07:43:36 +01:00
8 lines
53 B
Groovy
8 lines
53 B
Groovy
apply plugin: 'c'
|
|
|
|
executables {
|
|
main {
|
|
}
|
|
}
|
|
|