fork(1) download
import scala.concurrent.duration._

object Main extends App {
	val hours = (2.hours + 31.minutes) / 1.hour
	println(Math.round(hours))
}
Success #stdin #stdout 0.5s 68488KB
stdin
Standard input is empty
stdout
3