Click the Windows Start button then click run. Type in cmd into the open box and press enter. Now switch to the folder where your application is located. In my case this is in C:\development\c\tutorials\lesson one so type in
cd C:\development\c\tutorials\lesson oneand press enter.
The compiled application takes its name from the project so in my case it's ex1.exe. Type ex1, press enter and you should see Hello World. If you don't, check that the file exists in the folder, perhaps under another name. If all else fails, redo this tutorial.
Well Done! This completes this lesson.
Now you're ready to learn how to handle numbers in C in the next lesson.


