Skip to content
Snippets Groups Projects
main.cpp 146 B
Newer Older
  • Learn to ignore specific revisions
  • #include <iostream>
    
    #include "RefactoringDemo.cpp"
    
    int main() {
        std::cout << "This is the Refactoring Demo!" << std::endl;
    
        return 0;
    }