This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/README.md
2023-05-28 18:48:03 +02:00

21 lines
211 B
Markdown

# Errsy
## Pré-requis
- clang-format
> Arch : `sudo pacman -S clang`
- python
## Usage
```shell
$ python3 main.py {file}
```
---
Pour le développement :
```shell
$ pip install -r requirements.txt
```