From 37dda44bd7736694dd4b199bd9c19bf77e58fe98 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Tue, 9 Oct 2018 21:41:15 +0200
Subject: [PATCH] ajout programme

---
 collections.md | 11 +++++++++++
 errors.md      | 11 +++++++++++
 generics.md    | 11 +++++++++++
 index.md       |  9 +++++++++
 iterators.md   | 11 +++++++++++
 lifetimes.md   | 11 +++++++++++
 methods.md     | 11 +++++++++++
 tests.md       | 11 +++++++++++
 traits.md      | 11 +++++++++++
 9 files changed, 97 insertions(+)
 create mode 100644 collections.md
 create mode 100644 errors.md
 create mode 100644 generics.md
 create mode 100644 iterators.md
 create mode 100644 lifetimes.md
 create mode 100644 methods.md
 create mode 100644 tests.md
 create mode 100644 traits.md

diff --git a/collections.md b/collections.md
new file mode 100644
index 0000000..59b2377
--- /dev/null
+++ b/collections.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Collections
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Collections
+
+Under construction
+
diff --git a/errors.md b/errors.md
new file mode 100644
index 0000000..faa1364
--- /dev/null
+++ b/errors.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Gestion d'erreurs
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Gestion d'erreurs
+
+Under construction
+
diff --git a/generics.md b/generics.md
new file mode 100644
index 0000000..67573ba
--- /dev/null
+++ b/generics.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Génériques
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Génériques
+
+Under construction
+
diff --git a/index.md b/index.md
index 6c902cd..d79cd1e 100644
--- a/index.md
+++ b/index.md
@@ -17,4 +17,13 @@ sansfont: Sans Serif
 - [2.2 Organisation du code](modules.html).
 - [3.1 Fonctions](fonctions.html).
 - [3.2 Ownership](ownership.html).
+- [2.2 bis Organisation du code (bout manquant)](modules.html).
 - [4.1 Commentaires](commentaires.html).
+- [4.2 Gestion d'erreurs](errors.html).
+- [6.1 Méthodes](methods.html).
+- [6.2 Collections: String, Vector, HashMap](collections.html).
+- [7.1 Tests](tests.html).
+- [8.1 Itérateurs](iterators.html).
+- [9.1 Génériques](generics.html).
+- [9.2 Traits](traits.html).
+- [10.1 Lifetime](lifetime.html).
diff --git a/iterators.md b/iterators.md
new file mode 100644
index 0000000..bb85b45
--- /dev/null
+++ b/iterators.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Itérateurs
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Itérateurs
+
+Under construction
+
diff --git a/lifetimes.md b/lifetimes.md
new file mode 100644
index 0000000..7a624bb
--- /dev/null
+++ b/lifetimes.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Lifetimes
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Lifetimes
+
+Under construction
+
diff --git a/methods.md b/methods.md
new file mode 100644
index 0000000..3928605
--- /dev/null
+++ b/methods.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Méthodes
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Méthodes
+
+Under construction
+
diff --git a/tests.md b/tests.md
new file mode 100644
index 0000000..73336e7
--- /dev/null
+++ b/tests.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Tests
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Tests
+
+Under construction
+
diff --git a/traits.md b/traits.md
new file mode 100644
index 0000000..035c617
--- /dev/null
+++ b/traits.md
@@ -0,0 +1,11 @@
+---
+title: Cours de programmation séquentielle
+subtitle: Traits
+author: Orestis Malaspinas
+sansfont: Sans Serif
+---
+
+# Traits
+
+Under construction
+
-- 
GitLab