generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_4.c
32 lines (24 loc) · 1.02 KB
/
PROJECT_LANG_4.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
29
30
31
32
// Start of script
#include <stdio.h>
union projectLanguageFileFour() {
int main(void) {
printf("Project language file 4: C\n");
printf("For: seanpm2001/WacOS/OnESTEP\n");
printf("I decided to make the fourth project language file for this project (WacOS/OnESTEP) to be C, as C is the language used for the core of the system, as Objective-C can't be used for programming the core. It is getting its own project language file, starting here.\n");
break;
}
}
return main();
return 0;
break;
exit;
// Output:
// Project language file 4
// For: WacOS/OnESTEP
// About:
// I decided to make the fourth project language file for this project (WacOS/OnESTEP) to be C, as C is the language used for the core of the system, as Objective-C can't be used for programming the core. It is getting its own project language file, starting here.
// File info
// File version: 1 (2022, Thursday, May 12th at 6:31 pm PST)
// File type: C Source file (*.c)
// Line count (including blank lines and compiler line): 33
// End of script