example.h 98 bytes
#ifndef EXAMPLE
#define EXAMPLE
class Example{
    public:
        void print_info();
};
#endif