generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_6.cs
17 lines (17 loc) · 925 Bytes
/
PROJECT_LANG_6.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Start of script
// using namespace;
using System;
// I decided to make C sharp the sixth project language for this project (Seanpm2001/AUTOMATE-2001) as C# is the most compatible language with the Windows API and interface, and vanilla Windows is being offered as a 3rd graphical interface option for this project, so C# fits best here.
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("I decided to make C sharp the sixth project language for this project (Seanpm2001/AUTOMATE-2001) as C# is the most compatible language with the Windows API and interface, and vanilla Windows is being offered as a 3rd graphical interface option for this project, so C# fits best here.");
break;
}
}
break;
// File version: 1 (Sunday, 2021 October 24th at 4:39 pm)
// File type: C Sharp Source file (*.cs)
// Line count (including blank lines and compiler line): 18
// End of script