Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.07 KB

Task-1.md

File metadata and controls

40 lines (20 loc) · 1.07 KB

Practical One, Task One

Hello, World!

Step One:

First, create a new project in Visual Studio

( Yours might look slightly different )

image

Step Two

Click on Console Application

image

Select all the defaults, and give your project a suitable name.

image

Step Three

Program!

You should now have some sample code on your screen:

image

  • Change the Console.WriteLine("Hello, World!); to Console.WriteLine("FSL Coding!");
  • Save your work with Ctrl-S
  • Run your code by pressing the start button:

image

You have created your first C# Program!