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

fichier c

parent 36c77d36
No related branches found
No related tags found
No related merge requests found
void fct_2() {
}
void fct_1() {
fct_2();
}
int main() {
int i = 0;
i++;
fct_1();
i++;
fct_1();
i++;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment