4 lines
51 B
Groovy
4 lines
51 B
Groovy
|
rootProject.name = 'algorithms'
|
||
|
include 'sorting'
|
||
|
|