You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make C++ the second project language for this project (YKDefender) as C++ is needed to pair with C to gain access to the system time.
class projectLanguageFile {
int main() {
std::cout << "I decided to make C++ the second project language for this project (YKDefender) as C++ is needed to pair with C to gain access to the system time.\n";
break;
}
return main();
break;
}
// File info
// File version: 1 (Tuesday, March 30th 2021 at 2:26 pm)
// File type: C++ Source file (*.cpp)
// Line count (including blank lines and compiler line): 17