This repo contains all of my Solutions for the Advent of Code 2023 Challenges.
Clone the repo and go to the created folder:
git clone https://github.com/NewCeptionDev/AdventOfCode2023.git
cd AdventOfCode2023
Install Dependencies:
npm i
Add an input.txt file to the folder and copy your input to that file.
Afterwards start the program with
npm start day<N>
- TypeScript
I have participated in multiple years of Advent of Code, using multiple languages.
You can find all of my solution repositories here.
This Repository uses a Typescript Template based on a Template from caderek found here.
It provides zero-setup environment for challenges, with:
- automatic creation of a challenge template,
- automatic execution of a challenge code (with reloads),
- quick utils for testing and reading input from a file.