package cbt object CheckAlive{ def main(args: Array[String]): Unit = { System.exit(33) } }