Skip to content

Instantly share code, notes, and snippets.

@clarenced
Created January 2, 2013 12:59
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