-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.vb
18 lines (14 loc) · 931 Bytes
/
PROJECT_LANG_1.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
' Start of script
' Project language file 1
' For: /SNU/2D/ProgrammingTools/IDE/VisualBasic.NET/
' About:
' I decided to make VisualBasic.NET the main project language file for this project (SNU / 2D / Programming Tools / IDE / VisualBasic.NET) as this is a VisualBasic.NET IDE, and it needs its main language to be represented here.
Console.WriteLine("Project language file 1")
Console.WriteLine("For: /SNU/2D/ProgrammingTools/IDE/VisualBasic.NET/")
Console.WriteLine("About:")
Console.WriteLine("I decided to make VisualBasic.NET the main project language file for this project (SNU / 2D / Programming Tools / IDE / VisualBasic.NET) as this is a VisualBasic.NET IDE, and it needs its main language to be represented here.")
' File info
' File type: VisualBasic.NET source file (*.vb)
' File version: 1 (2022, Wednesday, November 9th at 11:41 pm PST)
' Line count (including blank lines and compiler line): 19
' End of script