Update putint and getint
And rapport for TD1
This commit is contained in:
parent
e2df8860bd
commit
26f9a4226f
4 changed files with 84 additions and 41 deletions
|
@ -5,6 +5,5 @@ int main(){
|
|||
int number;
|
||||
GetInt(&number);
|
||||
PutInt(number);
|
||||
PutChar('\n');
|
||||
} while(1 == 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue