mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-14 15:53:32 +01:00
7 lines
54 B
Groovy
7 lines
54 B
Groovy
apply plugin: 'cpp'
|
|
|
|
executables {
|
|
main {
|
|
}
|
|
}
|