4 lines
48 B
Text
4 lines
48 B
Text
|
|
main(ARGS) =>
|
||
|
|
println(ARGS).
|
||
|
|
main(_) => true.
|