Initial commit

This commit is contained in:
Ungol 2025-07-09 14:16:59 +00:00
commit 4c1925d3c4
19 changed files with 8709 additions and 0 deletions

3
src/cours/SUMMARY.md Normal file
View file

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

12
src/cours/chapter_1.md Normal file
View file

@ -0,0 +1,12 @@
# Chapter 1
```admonish warning
A beautifully styled message.
```
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```