Infos sur comment lancer le projet

This commit is contained in:
Mylloon 2023-11-20 16:49:13 +01:00
parent 5d83c3e975
commit 68f39d56cd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -0,0 +1,14 @@
# Projet de C++
## Pour lancer
```bash
make run
```
## Pour compiler puis lancer
```bash
make
./projet.out
```