19 lines
332 B
Groovy
19 lines
332 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* This is a general purpose Gradle build.
|
|
* Learn more about Gradle by exploring our samples at https://docs.gradle.org/7.6/samples
|
|
*/
|
|
|
|
plugins {
|
|
id 'java'
|
|
id 'application'
|
|
}
|
|
|
|
run {
|
|
args = ["10000", "40"]
|
|
}
|
|
|
|
application {
|
|
mainClassName = 'fr.ntr.Main'
|
|
} |