AurelicButter / Advent-of-Code-2023

My solutions for Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent-of-Code-2023

Advent of Code is an advent calendar of programming puzzles designed for a variety of skill sets and levels. You can use any programming language you like (You can even use different languages for each problem). What matters most is getting the correct answer for the puzzle.

Creating Day Template

Run npm run createday for a template for the current date or do npm run createday -- <day count> for a specific date. Note that the integer must be between 1-25 for the template.

Running the Code

Create an inputs folder and place each input as Day{Day count}.txt. Then, run the program using npm run launch -- "day{Day count}"/{part1 or part2}.

About

My solutions for Advent of Code 2023


Languages

Language:TypeScript 99.8%Language:Shell 0.2%