cedric
fun main(argv: Array<String>) { val result = mainNoExit(argv) if (result != 0) { System.exit(result) } }