This commit is contained in:
nora 2024-11-22 23:54:09 +01:00
parent f22293c78e
commit 923e6f2352
2 changed files with 46 additions and 13 deletions

View file

@ -1,6 +1,11 @@
//#include<elf.h>
// #include<elf.h>
int main(int argc)
{
exit(42);
exit(thisismyfakeconstantbecauseidonthaveconstant(1));
}
int thisismyfakeconstantbecauseidonthaveconstant(int x)
{
return 9;
}