Pricing
Learn
Code
Deploy
More
Hello
109
3 years ago by
Tuza Baap
object hello{
def main(args:Array[String]):Unit = {
println("Hello")
}
}