ravesli/Chapter_1/io.hpp

8 lines
82 B
C++
Raw Normal View History

2021-07-20 12:38:55 +00:00
#ifndef IO_HPP_
#define IO_HPP_
int readNumber();
void writeAnswer(int);
#endif