This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
DamesEtCo/README.md

15 lines
115 B
Markdown
Raw Normal View History

2023-11-20 16:49:13 +01:00
# Projet de C++
## Pour lancer
```bash
make run
```
## Pour compiler puis lancer
```bash
make
./projet.out
```