Skip to content

Commit 886b17a

Browse files
authored
PROJECT_LANG_1_V1.tsx
An archive of the first version of the first project language file for this project.
1 parent 011cbaf commit 886b17a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Start of script
2+
// WARNING: I am not very experienced with TypeScript. This program may not execute properly. /
3+
namespace ts {
4+
public void projectLanguageFileOne() {
5+
let message: string = 'Project language file 1\nFor: /SNU/2D/ProgrammingTools/IDE/TypeScript/\nAbout:\nI decided to make TypeScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / TypeScript) as this is a TypeScript IDE, and it needs its main language to be represented here.';
6+
console.log(message);
7+
break;
8+
}
9+
return projectLanguageFileOne();
10+
break;
11+
}
12+
/* Output:
13+
Project language file 1
14+
For: /SNU/2D/ProgrammingTools/IDE/TypeScript/
15+
About:
16+
I decided to make TypeScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / TypeScript) as this is a TypeScript IDE, and it needs its main language to be represented here.
17+
*/
18+
/* File info
19+
* File type: TypeScript source file (*.ts *.tsx)
20+
* File version: 1 (2022, Saturday, October 15th at 5:22 pm PST)
21+
* Line count (including blank lines and compiler line): 24
22+
*/
23+
// End of script

0 commit comments

Comments
 (0)