generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_2.cpp
More file actions
16 lines (16 loc) · 627 Bytes
/
PROJECT_LANG_2.cpp
File metadata and controls
16 lines (16 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>
// Start of script
// 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
// End of script