6 lines
71 B
Scala
6 lines
71 B
Scala
package projet
|
|
|
|
object Constants {
|
|
def DIVISION_CYCLES_COUNT = 8
|
|
}
|