alphabetical order

This commit is contained in:
Mylloon 2024-05-10 00:15:30 +02:00
parent d7802681e1
commit c2e343d54e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -7,8 +7,8 @@
- [Document](#document)
- [Examen](#examen)
- [Presentation](#presentation)
- [Python](#python)
- [OCaml](#ocaml)
- [Python](#python)
- [Rust](#rust)
- [Typescript](#typescript)
@ -84,18 +84,6 @@ and you should be good to go!
> It is by default configured to build `slides.tex` and output `slides.pdf`.
> There is a more advanced file with more examples named `slides_advanced.tex`.
## Python
Copy and paste [`python/`](./python/) directory, and you should be good to go!
- **Run `python main.py` to start the program.**
> It's recommended to use virtual environnement:
>
> - `virtualenv .` → create the virtual env in the current folder
> - `activate` → activate the virtual env
> - Now, it won't affect your other projects
## OCaml
Copy and paste [`ocaml/`](./ocaml/) directory, and you should be good to go!
@ -114,6 +102,18 @@ Copy and paste [`ocaml/`](./ocaml/) directory, and you should be good to go!
> It's recommended to have this one as a "working example", and still create
> new projects via `dune init proj`.
## Python
Copy and paste [`python/`](./python/) directory, and you should be good to go!
- **Run `python main.py` to start the program.**
> It's recommended to use virtual environnement:
>
> - `virtualenv .` → create the virtual env in the current folder
> - `activate` → activate the virtual env
> - Now, it won't affect your other projects
## Rust
Copy and paste [`rust/`](./rust/) directory, and you should be good to go!