Skip to content

elkorn/scala-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

99 Scala Problems

This is a set of 99 Scala problems of various level of difficulty.

Translations:

Instructions

  1. Get a copy of this repo
  2. Read the problems list
  3. Solve 'em ;)

With Git & GitHub

Fork this repo then get your local version:

$ git clone https://github.com/<your-username>/99-Scala-Problems.git
$ cd 99-Scala-Problems

With Git only

$ git clone https://github.com/99XProblems/99-Scala-Problems.git
$ cd 99-Scala-Problems

Without Git

$ wget https://github.com/99XProblems/99-Scala-Problems/archive/master.zip
$ unzip master.zip
$ mv 99-Scala-Problems-master 99-Scala-Problems
$ cd 99-Scala-Problems

About

Code samples, exercises from books and tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages