Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 428 Bytes

Introduction

This repo contains a quick introduction to C#. Proceed as follows:

  • Clone this repository. You'll need it to make the exercises.
  • Let yourself be guided by the companion text.

User's Guide

  • To start working on an exercise, open the .csproj file in the exercise's directory.
  • To run the tests, open the Test Explorer (under the Test > Windows menu).