Skip to content

Instantly share code, notes, and snippets.

@oripwk
Created September 1, 2016 18:52
Show Gist options
  • Save oripwk/7d34ff7bd78f7dac2a3aceacd139a576 to your computer and use it in GitHub Desktop.
Save oripwk/7d34ff7bd78f7dac2a3aceacd139a576 to your computer and use it in GitHub Desktop.
Some code
object Main
def main(args: Array[String]) = {
println("this is scala")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment