Skip to content

Instantly share code, notes, and snippets.

@clarenced
Created January 2, 2013 12:59
Show Gist options
  • Save clarenced/4434418 to your computer and use it in GitHub Desktop.
Save clarenced/4434418 to your computer and use it in GitHub Desktop.
package com.myfirstproject
object Hello {
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