1.2 Run the Program

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!