You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make C sharp the main project language for this project (SeansLifeArchive_Images_WindowsNT) as Windows NT is now mostly written in C# and it is a common Microsoft language that I decided to use for this project.
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("I decided to make C sharp the main project language for this project (SeansLifeArchive_Images_WindowsNT) as Windows NT is now mostly written in C# and it is a common Microsoft language that I decided to use for this project.");
}
}
// File version: 1 (Thursday, July 1st 2021 at 7:33 pm)
// File type: C Sharp Source file (*.cs)
// Line count (including blank lines and compiler line): 16