Skip to content
Snippets Groups Projects
Verified Commit d97a72d9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typos

parent 2a2be418
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,8 @@ bool est_premier(int nombre) {
- Il existe une multitude d'options de compilation:
```bash
$ gcc -O1 -std=c11 -Wall -Wextra -g porg.c -o prog
```console
$ gcc -O1 -std=c11 -Wall -Wextra -g prog.c -o prog
-fsanitize=address
```
1. `-std=c11` utilisation de C11.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment