/hka-programming-course

This C# application is part an introductory course to programming.

Primary LanguageC#

Dampf

This C# application is part of an introductory course to programming.

Get started

NOTE:: As this is a Windows application, the Windows OS is required

  1. Install Visual Studio and it's extensions for Desktop development.
  2. Open Visual Studio and either open this project after download or clone it directly through the following URL: https://github.com/daniel-vera-g/hka-programming-course.git

Excercises

  1. Open the ./Dampf/DampfApp.cs
  2. Fill in the missing TODOs with code that corresponds to the description
  3. To test, run or debug the Application in Visual Studio