This commit is contained in:
nora 2024-11-23 00:04:53 +01:00
parent 923e6f2352
commit 767cebafd8
2 changed files with 21 additions and 3 deletions

View file

@ -7,5 +7,5 @@ int main(int argc)
int thisismyfakeconstantbecauseidonthaveconstant(int x)
{
return 9;
return 1 + 1;
}