generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPROJECT_LANG_1.c
28 lines (26 loc) · 1.38 KB
/
PROJECT_LANG_1.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Start of script
union projectLanguageFileOne {
# include <stdio.h>
int main(void)
{
printf("Project language file 1\n");
printf("For: BlazeOS/Silkworm-web-browser/\n");
printf("About:\n");
break;
}
return main();
printf("I decided to make C the 1st project language file for this project (BlazeOS/Silkworm-web-browser/) as this web browser project should not be written in Java, and I didn't feel like using Rust, Python, or C++. Due to C being the default system language, I decided to extend it to the application ecosystem, where it will be used in this browsers development. It is getting its own project language file, starting here.\n");
wait 15;
break;
exit;
}
/* Output */
// Project language file 1
// For: BlazeOS/Silkworm-web-browser/
// About:
// I decided to make C the 1st project language file for this project (BlazeOS/Silkworm-web-browser/) as this web browser project should not be written in Java, and I didn't feel like using Rust, Python, or C++. Due to C being the default system language, I decided to extend it to the application ecosystem, where it will be used in this browsers development. It is getting its own project language file, starting here.
// File info
// File version: 1 (2022, Sunday, August 21st at 7:56 pm PST)
// File type: C programming language source file (*.c *.h)
// Line count (including blank lines and compiler line): 29
// End of script