9 lines
103 B
C++
9 lines
103 B
C++
#ifndef _PRINT_H_
|
|
#define _PRINT_H_
|
|
|
|
class Print {
|
|
public:
|
|
Print();
|
|
};
|
|
|
|
#endif // _PRINT_H_
|