GLORY TO SHADOWING

This commit is contained in:
nora 2024-11-29 22:14:42 +01:00
parent c0a2c8d1aa
commit 96f2dcf8af
2 changed files with 116 additions and 21 deletions

View file

@ -2,11 +2,12 @@
int main(int argc)
{
thisismyfakeconstantbecauseidonthaveconstant(1);
exit(42);
int x = 100;
int x = 200;
return x;
}
int thisismyfakeconstantbecauseidonthaveconstant(int x)
{
// return 1 + 1;
return 1 + 1;
}