cpp-demo-project/io.h

4 lines
56 B
C
Raw Normal View History

2024-01-22 10:26:02 +01:00
#pragma once
int readNumber();
void writeAnswer(int x);