A simple Scala "Hello World!" application, buildable with sbt. Useful for testing Eclipse Che Scala workspaces.
Task | Command |
---|---|
Build | ./sbt compile |
Run | ./sbt run |
App output is streamed into a console. Note that if your app expects user input, do not use command but execute jars in the terminal directly.