generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.c
21 lines (16 loc) · 895 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
// Start of script
union projectLanguageFileOne() {
# include <stdio.h>
int main(void)
{
printf("Project language file 1");
printf("For: LapLight")
}
// I decided to make C the main project language file for this project (LapLight) as C is the most commonly supported and stable system language, so it would be good for this software, as it is designed to be interoperable across as many laptops as possible.
printf("I decided to make C the main project language file for this project (LapLight) as C is the most commonly supported and stable system language, so it would be good for this software, as it is designed to be interoperable across as many laptops as possible.");
}
// File info
// File version: 1 (Tuesday, 2021 December 7th at 4:50 pm)
// File type: C programming language script file (*.c)
// Line count (including blank lines and compiler line): 22
// End of script