Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 532 Bytes

Samples for a Design Patterns course

C# samples

All C# samples are located in the separate folder.

To run the samples in C#:

  • install Dotnet CLI v. 7.0.;
  • chage to /csharp subfolder;
  • install dependencies;
  • run dotnet run.

To launch a specific module, you can update the first line of the root Program.cs file. The other lines of the root Program.cs file are needed to hold the process before exiting.