Loading main.cpp 0 → 100644 +23 −0 Original line number Diff line number Diff line #include <iostream> // FILE CHECKS #if __has_include("lab3.cpp") #define LAB3 #endif // STUBS #ifdef LAB3 // add lab 3 stubs void E61(); #ENDIF // MAIN int main() { #ifdef LAB3 // lab 3 tests E61(); #endif } Loading
main.cpp 0 → 100644 +23 −0 Original line number Diff line number Diff line #include <iostream> // FILE CHECKS #if __has_include("lab3.cpp") #define LAB3 #endif // STUBS #ifdef LAB3 // add lab 3 stubs void E61(); #ENDIF // MAIN int main() { #ifdef LAB3 // lab 3 tests E61(); #endif }