OneCompiler

Hello

109

object hello{
def main(args:Array[String]):Unit = {
println("Hello")
}
}