Skip to content

Instantly share code, notes, and snippets.

@Mortimerp9
Created May 6, 2014 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mortimerp9/9f92d28307ce2ea1e425 to your computer and use it in GitHub Desktop.
Save Mortimerp9/9f92d28307ce2ea1e425 to your computer and use it in GitHub Desktop.
import com.quantifind.sumac.ArgMain
object HelloMain extends ArgMain[HelloArgs] {
def main(args: HelloArgs) {
println(s"Hello ${args.message}")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment