HelloWorld
HelloWorld copied to clipboard
code "hello world" in Scala language
object Geeks
{
//main method
def main(args: Array[String])
{
println("Hello World!")
}
}
please assign it to me