Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 608 Bytes

AdventOfCodePuzzles

simple console app framework for adventofcode puzzles. Allows for keeping assets, code organized. having your previous code available makes for quick reuse.

Prerequisites Visual Studio Code with the C# extension installed. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp

The .NET 7 SDK https://dotnet.microsoft.com/download/dotnet/7.0.

Open the workspace in VisualStudio Code Open the Terminal in Visual Studio Code by selecting View > Terminal from the main menu. In the terminal, enter th efollowing command: dotnet run

https://adventofcode.com/2022