ShadeOfDream / hello-world

Just another repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world-scala

Just another repository

//object //Main Method //Statements or Expressions

objects HelloWorld { def main(args: Array[String]) { println("Hello World!") } } //-------------------------------

About

Just another repository