Skip to content
Snippets Groups Projects
Commit 7348174b authored by Bouquillon Fabien's avatar Bouquillon Fabien
Browse files

ajout des fichiers pour le test

parent 463eb51d
No related branches found
No related tags found
No related merge requests found
// Function main
loop "main" + 0x84 total 5;
\ No newline at end of file
int main() {
int i = 0;
int j = 0;
i++;
i++;
if(i < j) {
i++;
} else {
j++;
}
for(int k = 0; k < 5; k++) {
i++;
}
return i;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment