generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.h
32 lines (27 loc) · 1.41 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
// Start of script
union projectLanguageFileOne {
# include <stdio.h>
int main(void)
{
printf("Project language file 1\n");
printf("For: SNU/3D/Universe/Galaxy:Milky_Way/\n")
printf("About:\n\n")
break;
}
return main();
printf("I decided to make C the 1st project language file for this project (SNU/3D/Universe/Galaxy:Milky_Way) as what language would you use to represent our Galaxy? For now, I think C is the best representation. It is basically universal in the computing world. I don't think Python would be a good choice, as our galaxy isn't a reptile dominated area, and Python isn't as universal as C. C is getting its own project language, starting here.\n");
wait 15;
break;
exit;
}
/* Output */
/*
Project language file 1
For: SNU/3D/Universe/Galaxy:Milky_Way/
I decided to make C the 1st project language file for this project (SNU/3D/Universe/Galaxy:Milky_Way) as what language would you use to represent our Galaxy? For now, I think C is the best representation. It is basically universal in the computing world. I don't think Python would be a good choice, as our galaxy isn't a reptile dominated area, and Python isn't as universal as C. C is getting its own project language, starting here.
*/
// File info
// File version: 1 (2022, Wednesday, September 7th at 8:32 pm PST)
// File type: C programming language source file (*.c *.h)
// Line count (including blank lines and compiler line): 33
// End of script