diff --git a/collections.md b/collections.md new file mode 100644 index 0000000000000000000000000000000000000000..59b2377a3004d4cc55f7b56501d6e269ef2377a3 --- /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 0000000000000000000000000000000000000000..faa13649787a3f57d3b22c5856814b2084c2b67c --- /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 0000000000000000000000000000000000000000..67573ba12a40c682b61dbf92a776679b0e6a58e3 --- /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 6c902cd90d6acd3ae2e9732d4322982733a8d82f..d79cd1e7b09813462f644296b186a1620908a966 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 0000000000000000000000000000000000000000..bb85b45a1c8a4bc898ee7ef59f931b5a9a1f80bd --- /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 0000000000000000000000000000000000000000..7a624bbfa308c42e3a0fe71880bdc14089877fd0 --- /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 0000000000000000000000000000000000000000..3928605a72b46eb8f665cdf96935109a6e43fb10 --- /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 0000000000000000000000000000000000000000..73336e76dd373d68f4f02b0e09831fb677fd3b9b --- /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 0000000000000000000000000000000000000000..035c6171e9031a2cbcb7b606a99a58197ae131b9 --- /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 +