generated from seanpm2001/Template_Journaling_V6
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_4.h
25 lines (21 loc) · 846 Bytes
/
PROJECT_LANG_4.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
// Start of script
union projectLanguageFileFour() {
# include <stdio.h>
int main(void)
{
printf("Project language file 4");
printf("For: SeansLifeArchive/Images/GitHub/2022")
break;
}
// I chose C as the fourth project language for this project (Seanpm2001/LifeArchive/Images/GitHub/2022) as C is one of the 4 languages (Ruby, Go, JavaScript, C) used in the development of GitHub.
return main();
printf("I chose C as the fourth project language for this project (Seanpm2001/LifeArchive/Images/GitHub/2022) as C is one of the 4 languages (Ruby, Go, JavaScript, C) used in the development of GitHub.");
wait 10;
break;
exit;
}
// File info
// File version: 1 (Sunday, 2021 December 12th at 7:21 pm)
// File type: C programming language source file (*.c)
// Line count (including blank lines and compiler line): 26
// End of script