Infos sur comment lancer le projet
This commit is contained in:
parent
5d83c3e975
commit
68f39d56cd
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -0,0 +1,14 @@
|
||||||
|
# Projet de C++
|
||||||
|
|
||||||
|
## Pour lancer
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|
||||||
|
## Pour compiler puis lancer
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make
|
||||||
|
./projet.out
|
||||||
|
```
|
Reference in a new issue