Skip to content

Commit

Permalink
HelloWorld in Scala (hacktoberfest17#158)
Browse files Browse the repository at this point in the history
* HelloWorld in Scala

* Update HelloWorld.scala
  • Loading branch information
broilogabriel authored and t2013anurag committed Oct 16, 2017
1 parent bb4019e commit 87a071a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello_world/HelloWorld.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
object HelloWorld {
def main(args: Array[String]): Unit = {
// In case someone is interested: https://www.scala-lang.org/documentation/your-first-lines-of-scala.html
println("Hello, world!")
}
}

0 comments on commit 87a071a

Please sign in to comment.