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