C# Version 7.3 | .NET Version 2.2.0
- .NET SDK 2.2
- In terminal from the project folder run
dotnet run --project Chipotle
- Open a new terminal window and run
nc localhost 8000
- Type in whatever you like and then press Enter
- Watch in amazement as your text is seamlessly echoed back to your terminal with the POWER of Chorizo!!! (It'll get better, I promise.)
How to run the tests:
- Run
dotnet test