Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 372 Bytes

Advent Of Code

This repository contains my solutions to Advent Of Code puzzles, written in C#.

Usage

Prerequisites

  • .NET 6

Running the app

Clone the repository and navigate to the console application.

cd AdventOfCode.Console

Run the application by passing in the year and day.

dotnet run -y 2018 -d 25