generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.h
40 lines (27 loc) · 1.22 KB
/
PROJECT_LANG_1.h
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
33
34
35
36
37
38
39
40
/* Start of script */
/* Import section */
#include <stdio.h>
/* Program section */
union projectLanguageFileOne() {
int main(void) {
printf("Project language file 1: C\n");
printf("For: Meadows/QMEFS\n");
printf("About:\n");
printf("I decided to make the main project language for this project (Meadows/QMEFS) be the C programming language, as C is the most stable language to write a file system in, and probably one of the best ones. It will be supplemented with at least 1 other programming language. It is getting its own project language file, starting here.\n");
break;
}
return main();
return 0;
break;
exit;
}
/* Output */
// Project language file 1
// For: Meadows/QMEFS
// About:
// I decided to make the main project language for this project (Meadows/QMEFS) be the C programming language, as C is the most stable language to write a file system in, and probably one of the best ones. It will be supplemented with at least 1 other programming language. It is getting its own project language file, starting here.
/* File info */
// File version: 1 (2022, Monday, August 22nd at 2:28 pm PST)
// File type: C Source file (*.c *.h)
// Line count (including blank lines and compiler line): 41
/* End of script */