generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.h
21 lines (16 loc) · 922 Bytes
/
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
// Start of script
union projectLanguageFileOne() {
# include <stdio.h>
int main(void)
{
printf("Project language file 1");
printf("For: SeansLifeArchive/Images/AdVenture Communist/Part2")
}
// AdVenture Communist is closed source, and I don't know what language it is written in, so after a lot of thought, I chose the C prorgramming language, as it has no classes, just like Communism. I chose C++ for the opposite game to match completely.
printf("AdVenture Communist is closed source, and I don't know what language it is written in, so after a lot of thought, I chose the C prorgramming language, as it has no classes, just like Communism. I chose C++ for the opposite game to match completely.");
}
// File info
// File version: 1 (Saturday, August 14th 2020 at 3:38 pm)
// File type: C programming language script file (*.c)
// Line count (including blank lines and compiler line): 22
// End of script