Skip to content

che-samples/scala-sbt

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 89.1%
  • Scala 10.9%