How to Create a Program!

Here is a step by step tutorial on how to create a program on Microsoft Visual Studio 2012.

Step 1: Start Microsoft Visual Studio and select the C# prgramming language.

Step 2: Click "New Project".

Step 3: Select "Console Application" and name it "Hello World".

Step 4: Now you must type enter the code exaclty as you see below.

Step 5: Click the start button and the following should appear on your screen.

You have just successfully created a prgram using Microsoft Visual Studio 2012!