Skip to main content
← Back to Code Arena
Easy Rookie SpeedRun basics console

Hello, World!

+50 XP · 5 min · attempt 1

Problem

Write the C# expression that the following program will print to the console:

  Console.WriteLine("Hello, World!");

Enter the exact text that gets written to standard output (no quotes).

Starter

// Console.WriteLine("Hello, World!");
// What is the printed output?

Your answer

Playing as a guest — you'll be asked for a display name on submit. Log in to keep your XP across devices.