Skip to content

Instantly share code, notes, and snippets.

@Swader
Created October 10, 2012 05:31
Show Gist options
  • Save Swader/3863344 to your computer and use it in GitHub Desktop.
Save Swader/3863344 to your computer and use it in GitHub Desktop.
Test App
package test
object TestApp {
def main (args: Array[String]) {
val p = new HelloWorldPrinter
p.output()
println("Howdy")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment