Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 300 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 300 Bytes

HMMMarkov

Project n1 for Internet modelling lecture

How to run

  1. Install dotnet core on your machine (You could download it from here)
  2. Clone repository
  3. Go to folder test
  4. run dotnet restore
  5. run dotnet run or dotnet watch run