generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.cs
19 lines (19 loc) · 961 Bytes
/
PROJECT_LANG_1.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Start of script
// using namespace;
using System;
// I decided to make C# the main project language file for this project (Seanpm2001/Learn-CSharp) as C# is the language this project is dedicated to, because this project is about learning the C# programming language. It only makes sense to make C# the official language for this project.
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("I decided to make C# the main project language file for this project (Seanpm2001/Learn-CSharp) as C# is the language this project is dedicated to, because this project is about learning the C# programming language. It only makes sense to make C# the official language for this project.");
break;
}
return main();
break;
}
break;
// File version: 1 (Friday, 2021 November 26th at 6:24 pm)
// File type: C Sharp Source file (*.cs)
// Line count (including blank lines and compiler line): 20
// End of script