In programming, we write statements to tell the computer to do something.
By default, the
program
already has a statement that
prints
Hello World in the
console.
๐ป C#
Console.WriteLine("Hello World");To see it in action, you need to run the program.
๐ Learn
โ What to Do
๐ฏ Expected Outcome
๐จ๏ธ Console
Hello World!