removed old files

This commit is contained in:
Raphaël LACROIX 2023-04-18 11:45:30 +02:00
parent ced95f1a97
commit 5d7d2a82f9
3 changed files with 0 additions and 1476 deletions

BIN
out

Binary file not shown.

View file

@ -1,18 +0,0 @@
int compute(int a, int d) {
int b;
int c;
b = a;
b = b + a * 4;
return b;
}
void main(void) {
int a;
if (a == 3) {
print(a);
} else {
int b = compute(a, 2 * a);
print(b);
}
}

File diff suppressed because it is too large Load diff