OneCompiler

Hello

138

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