#include "include/Printer.h" int main(int argc, char** argv) { Printer printer; printer.print("Hello World"); } /* vim: set ts=4 sw=4 et : */