Program.cs 210 B

12345678910
  1. // See https://aka.ms/new-console-template for more information
  2. internal class Program
  3. {
  4. [STAThread]
  5. public static void Main(string[] args)
  6. {
  7. Console.WriteLine("Hello, World!");
  8. }
  9. }