#include <iostream> #include "RefactoringDemo.cpp" int main() { std::cout << "This is the Refactoring Demo!" << std::endl; return 0; }