Guest User

Untitled

a guest
Jan 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.10 KB | None | 0 0
  1.  object HelloWorld {
  2.     def main(args: Array[String]) {
  3.       println("Hello, world!")
  4.     }
  5.   }
Add Comment
Please, Sign In to add comment