Skip to content

gjtiquia/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

"Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like." - Eric Wastl (Advent Of Code)

This repository is my attempt at the Advent of Code 2023 with C# using the .Net framework. This also serves as a practice for Test-Driven Development (TDD) using the NUnit testing framework, as such the solutions for each puzzle will be backed by unit tests.

Terminal Commands

Pre-requisites: Have the .Net 8.0 SDK installed on your local machine.

Run /AdventOfCode/Program.cs

dotnet run --project AdventOfCode

Run all unit tests

dotnet test

Troubleshooting

If you have a different .Net SDK version, change the <TargetFramework> field in AdventOfCode.csproj and UnitTests.csproj to the corresponging version that you have.

About

Advent of Code 2023 with C# on .Net 8.0 using TDD.

Topics

Resources

Stars

Watchers

Forks

Languages