Skip to content

Instantly share code, notes, and snippets.

@Algomancer
Created August 4, 2015 20:56
Show Gist options
  • Save Algomancer/7e3bf27f44caff3775cd to your computer and use it in GitHub Desktop.
Save Algomancer/7e3bf27f44caff3775cd to your computer and use it in GitHub Desktop.
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment