2023-05-11 18:54:44 +00:00

14 lines
159 B
C++

#ifndef __OUTPUT_H__
#define __OUTPUT_H__
#include <string>
namespace infra
{
std::string printChar(char ch);
} // namespace infra
#endif // __OUTPUT_H__