Skip to content

mertturkmenoglu/aoc2023

Repository files navigation

Advent of Code 2023

  • This repository shows my Advent of Code 2023 solutions.
  • Please feel free to clone, change, and contribute.
  • You can contact me on Twitter.

Requirements

  • You must have Node.js version 20 or later installed on your computer.
  • You can use any Node package managers. pnpm is suggested.

How to Run

  • Clone the repository.
  • Install the dependencies: pnpm install
  • To run a specific solution, give day<number> as a CLI argument to the dev script. Example:
pnpm dev day1
  • To create a new directory with boilerplate code, use the aoc script with day<number> as a CLI argument. Example:
pnpm aoc day1