/AoC-2019-Solutions

Advent of Code 2019 solutions in C#

Primary LanguageC#

AoC-2019-Solutions

Solutions to Advent of Code 2019 using C#.

Usage

Use compile.bat to easily compile and run the code (deletes executable artifacts after every use)

Windows

Pre-requesites: .NET Framework and csc program added to PATH

  1. On your terminal, navigate the location of the repo
  2. Run compile.bat with the following command line arguments:
  • Path to C# source file to compile
  • Path to text file containing input

For example, to compile day 1 part 1's code:

compile.bat day1\part1.cs day1\day1.txt