generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.cpp
19 lines (19 loc) · 898 Bytes
/
PROJECT_LANG_1.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <iostream>
// Start of script
// I decided to make C the main project language for this project (Skeuwie) as it is a good, fast, stable, and powerful language for writing a desktop environment, and I am heavily inspired by KDE for this project.
class projectLanguageFile {
int main() {
std::cout << "Project language file 1: C ";
std::cout << "For: Skeuwie (Desktop Environment)\n";
std::cout << "I decided to make C the main project language for this project (Skeuwie) as it is a good, fast, stable, and powerful language for writing a desktop environment, and I am heavily inspired by KDE for this project.\n\n";
break;
}
return main();
bool loop = false;
break;
}
// File info
// File version: 1 (Monday, April 26th 2021 at 4:49 pm)
// File type: C Source file (*.cpp, *.cxx)
// Line count (including blank lines and compiler line): 20
// End of script