Skip to content

Commit

Permalink
Merge pull request #10 from sbakiu/master
Browse files Browse the repository at this point in the history
Add Scala Hello World
  • Loading branch information
knightking100 authored Oct 1, 2017
2 parents c50b58c + dea9967 commit 656beae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scala.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
object Hello extends App {
println("Hello, World!")
}

0 comments on commit 656beae

Please sign in to comment.