Write a C# program that prints Hello, World! to the console.
Ready — edit the code above and click Run.
console.log("See solution in explanation");
Try solving on your own first, then reveal the official answer.
Use Console.WriteLine to output text. Every console app needs a Main entry point.