Skip to content

Repository files navigation

Advent of Code 2022

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

Installation

Clone the repo and go to the created folder:

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

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 2022

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages