You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make C the main project language for this project (Doorcrete) as it is the best language to use for system functions, especially for this project.
union projectLanguageFile() {
int main(void) {
printf("Project language file 1: C");
printf("For: DOorcrete");
printf("I decided to make C the main project language for this project (Doorcrete) as it is the best language to use for system functions, especially for this project.\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 (Thursday, May 5th 2021 at 10:07 pm)
// File type: C Source file (*.c)
// Line count (including blank lines and compiler line): 27