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

typos and size

parent 4e89001c
Branches
No related tags found
No related merge requests found
......@@ -172,10 +172,10 @@ while (j < 10) {
x[j] = 1;
j += 1;
}
int j = 0;
int k = 0;
do {
x[j] = -1;
j += 1;
x[k] = -1;
k += 1;
} while (j < 9)
```
......
......@@ -31,6 +31,8 @@ patat:
# Représentation des variables en mémoire (1/3)
\footnotesize
## La mémoire est :
- ... un ensemble de bits,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment