cpp-demo-project/io.h
2024-01-22 10:26:02 +01:00

4 lines
No EOL
56 B
C

#pragma once
int readNumber();
void writeAnswer(int x);