Created
January 8, 2014 08:41
-
-
Save haoch/8313681 to your computer and use it in GitHub Desktop.
Scala Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec scala "$0" "$@" | |
!# | |
object HelloApp extends App{ | |
println("HelloApp") | |
} | |
HelloApp.main(args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment