It seems that scala submissions don't even get to the main method... The below code compiles, but gets a time limit exception, which seems to indicate a bug. Submission id is 2938762 .
object Main {
def main(args: Array[String]) {
throw new RuntimeException("does it get thrown?!")
}
}
created
last reply
- 2
replies
- 207
views
- 2
users
- 1
link