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

14 lines
115 B
Markdown

# Projet de C++
## Pour lancer
```bash
make run
```
## Pour compiler puis lancer
```bash
make
./projet.out
```