generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.c
33 lines (26 loc) · 1.2 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
29
30
31
32
33
// Start of script
union projectLanguageFileOne {
# include <stdio.h>
int main(void)
{
printf("Project language file 1\n");
printf("For: Kommunism\n");
printf("About: \n");
break;
}
// Project language file 1
// For: Kommunism
// About:
// I chose C as the first project language file for this project (Kommunism (joke program)) as C is already one of the top languages in use on this project, and also because I have made jokes related to Communism with the C programming language, as C does not have classes.
return main();
printf("I chose C as the first project language file for this project (Kommunism (joke program)) as C is already one of the top languages in use on this project, and also because I have made jokes related to Communism with the C programming language, as C does not have classes.\n");
wait 15;
break;
exit;
}
// Note about project categorization: this project falls under the political humor category, rather than the joke program category. It is best to keep the 2 separate.
// File info
// File version: 1 (2022, Thursday, March 31st at 9:36 pm)
// File type: C programming language source file (*.c)
// Line count (including blank lines and compiler line): 34
// End of script