#include #include "Printer.h" int main() { Printer prI; prI.print(100); Printer prS; prS.print("hello"); return 0; }