generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_5.cs
17 lines (17 loc) · 916 Bytes
/
PROJECT_LANG_5.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 fifth project language for this project (StartFsck) as Windows NT is now mostly written in C# and it is a common Microsoft language that I decided to use for certain application level parts of this project for modern Windows (Windows XP and onward)
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("I decided to make C sharp the fifth project language for this project (StartFsck) as Windows NT is now mostly written in C# and it is a common Microsoft language that I decided to use for certain application level parts of this project for modern Windows (Windows XP and onward)");
break;
}
}
break;
// File version: 1 (Wednesday, August 4th 2021 at 3:40 pm)
// File type: C Sharp Source file (*.cs)
// Line count (including blank lines and compiler line): 18
// End of script