mirror of
https://github.com/Noratrieb/jompiler.git
synced 2026-01-14 14:05:01 +01:00
more
This commit is contained in:
parent
923e6f2352
commit
767cebafd8
2 changed files with 21 additions and 3 deletions
2
input.c
2
input.c
|
|
@ -7,5 +7,5 @@ int main(int argc)
|
|||
|
||||
int thisismyfakeconstantbecauseidonthaveconstant(int x)
|
||||
{
|
||||
return 9;
|
||||
return 1 + 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue