Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 888 Bytes

README.fr.md

File metadata and controls

32 lines (20 loc) · 888 Bytes

99 Problèmes en Scala

Ce projet représente 99 problèmes en Scala de divers niveaux de difficulté.

Instructions

  1. Récupérez une copie du projet
  2. Lisez la liste de problèmes
  3. Résolvez-les ;)

Avec Git & GitHub

Forkez ce projet puis récupérez votre version locale :

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

Avec Git seulement

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

Sans 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