using System; using System.Diagnostics; namespace Tiny; class Program { public static int Main() { Console.WriteLine("Hello, World!"); return 0; } }