#include #include int main(int argc, char *argv[]) { std::cout << "Singleton" << std::endl; return EXIT_SUCCESS; }