Skip to content

NewCeptionDev/AdventOfCode2023

Repository files navigation

Advent of Code 2022

This repo contains all of my Solutions for the Advent of Code 2023 Challenges.

Installation

Clone the repo and go to the created folder:

git clone https://github.com/NewCeptionDev/AdventOfCode2023.git
cd AdventOfCode2023

Install Dependencies:

npm i

Run

Add an input.txt file to the folder and copy your input to that file.
Afterwards start the program with

npm start day<N>

Languages used:

  • TypeScript

Repositories for other years of Advent of Code

I have participated in multiple years of Advent of Code, using multiple languages.
You can find all of my solution repositories here.



Template

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.

About

Typescript Solutions for all Problems of Advent of Code 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published