This commit is contained in:
ZennDev1337 2024-01-22 10:26:02 +01:00
parent 9bf81f1adc
commit b21c717fdd
4 changed files with 24 additions and 12 deletions

4
io.h Normal file
View file

@ -0,0 +1,4 @@
#pragma once
int readNumber();
void writeAnswer(int x);