Skip to content

Instantly share code, notes, and snippets.

@zkan
Created August 12, 2018 13:54
Show Gist options
  • Save zkan/3836a1fbae48a6b5151453eb31c53d15 to your computer and use it in GitHub Desktop.
Save zkan/3836a1fbae48a6b5151453eb31c53d15 to your computer and use it in GitHub Desktop.
object HelloWorld {
def main(args: Array[String]): Unit = {
println("From Zero to Hello World!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment