Skip to content

99XProblems/99-Scala-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

99 Scala Problems

This is a set of 99 Scala problems of various levels 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

See Also

Releases

No releases published

Packages

No packages published

Languages