generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.c
28 lines (26 loc) · 1.24 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: seanpm2001/CMilk/\n");
printf("About:\n");
break;
}
return main();
printf("I decided to make C the 1st project language file for this project (seanpm2001/CMilk) as this indexing and engine software is written in C due to the pun, and also for its functionality. I wanted to try making a software of this time in C, rather than JavaScript, Perl, Python. or another language. It is getting its own project language file, starting here.\n");
wait 15;
break;
exit;
}
/* Output */
// Project language file 1
// For: seanpm2001/CMilk
// About:
// I decided to make C the 1st project language file for this project (seanpm2001/CMilk) as this indexing and engine software is written in C due to the pun, and also for its functionality. I wanted to try making a software of this time in C, rather than JavaScript, Perl, Python. or another language. It is getting its own project language file, starting here.
// File info
// File version: 1 (2022, Sunday, September 4th at 7:07 pm PST)
// File type: C programming language source file (*.c *.h)
// Line count (including blank lines and compiler line): 29
// End of script