Skip to content

guildenstern70/ScalaLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaLearn

Build Status Codacy Badge License: MIT

A collection of simple source code examples in Scala 3, featuring key aspects of the language.

Build with SBT

  1. Install 'sbt' from here: http://www.scala-sbt.org/download.html

  2. Run a sbt shell with

    cd [project dir]
    sbt
    
  3. Then, compile with

    compile
    
  4. Then, run with

    run
    
  5. Then, execute tests with

    test
    

About

A collection of simple source code examples in Scala, featuring key aspects of the language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages