3 lines
43 B
Scala
3 lines
43 B
Scala
|
@main def run(): Unit = {
|
||
|
println("OK")
|
||
|
}
|