/scala-start

Scala Getting Start.

Primary LanguageScalaMIT LicenseMIT

scala-start

Scala Getting Start.

Usage

  1. Keep java -version can show your system Java Version in CMD. The version must be upper than Java1.8.
  2. Clone this project to your local directory.
  3. Run sbt.bat in Windows CMD or WSL.
  4. Run run task in SBT shell.

If you are using PowerShell, you should enter CMD first. This can be:

cmd
sbt
sbt:scala-start>run // Just type run is OK.