Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 430 Bytes

console-scala-simple

A simple Scala "Hello World!" application, buildable with sbt. Useful for testing Eclipse Che Scala workspaces.

Building manually

Task Command
Build ./sbt compile
Run ./sbt run

App output

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.