2020-11-11 20:03:44 +01:00

9 lines
103 B
C++

#ifndef _PRINT_H_
#define _PRINT_H_
class Print {
public:
Print();
};
#endif // _PRINT_H_