Update putint and getint

And rapport for TD1
This commit is contained in:
Yorick Barbanneau 2021-10-19 08:19:21 +02:00
parent e2df8860bd
commit 26f9a4226f
4 changed files with 84 additions and 41 deletions

View file

@ -5,6 +5,5 @@ int main(){
int number;
GetInt(&number);
PutInt(number);
PutChar('\n');
} while(1 == 1);
}