6-CSE / HelloWorld

HacktoberFest - 2023 😎
MIT License
31 stars 408 forks source link

code "hello world" in Scala language #430

Open vaishnavi192 opened 10 months ago

vaishnavi192 commented 10 months ago

object Geeks
{ //main method
def main(args: Array[String])
{ println("Hello World!")
} }

vaishnavi192 commented 10 months ago

please assign it to me