generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.c
25 lines (25 loc) · 898 Bytes
/
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
#include <stdio.h>
// Start of script
// I decided to make C the first project language file for this project (Branch Ranch) as it is one of the 4 languages that Git is written in. This project is based solely on Git, so it fits.
union projectLanguageFile() {
int main(void) {
printf("Project language file 1: C");
printf("For: Branch-Ranch");
printf("I decided to make C the first project language file for this project (Branch Ranch) as it is one of the 4 languages that Git is written in. This project is based solely on Git, so it fits.\n");
break;
}
}
int loop1 = 1;
while (loop1 == 1) {
return main();
break;
}
else {
break;
printf("Error. Loop has broken. Please close the program");
}
// File info
// File version: 1 (Monday, April 5th 2021 at 1:48 pm)
// File type: C Source file (*.c)
// Line count (including blank lines and compiler line): 26
// End of script