Skip to content

Instantly share code, notes, and snippets.

@kevgathuku
Created October 4, 2017 16:40
Show Gist options
  • Save kevgathuku/92c1b353623d3b12f84b2f713caf8097 to your computer and use it in GitHub Desktop.
Save kevgathuku/92c1b353623d3b12f84b2f713caf8097 to your computer and use it in GitHub Desktop.
object Main {
def main(args: Array[String]): Unit =
println("Hello, Scala developer!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment