1.1 Set Up Your Environment

In this course, we’ll create a computer program: a simple console game called Odds and Evens.

We’ll write it using C#, a popular programming language.

While simple, it will help you understand the basics of not only C# but programming in general.


We’ll kick off our project by setting up Visual Studio Code, a free Integrated Development Environment (IDE) from Microsoft.


What to Do

🎯 Expected Outcome

You should have the following inside vscode:

odds-and-evens
    csharp.csproj
    Program.cs