OneCompiler

Hello

164

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