ravesli/Chapter_1/io.hpp

8 lines
82 B
C++

#ifndef IO_HPP_
#define IO_HPP_
int readNumber();
void writeAnswer(int);
#endif