gmichokostas / 99-Scala-Problems

:bulb: 99 Scala Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:bulb: 99 Scala Problems


Languages

Language:Scala 100.0%