Scala : First project - Hello World
create first project Using the command line to create first projectsbt is a build tool for Scala. sbt compiles, runs, and tests your Scala code. (It can also publish libraries and do many other tasks.) To create a new Scala project with sbt: cd ...


