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

typos

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