/aoc2023

My own Advent of Code 2023 resolution in Typescript

Primary LanguageTypeScriptMIT No AttributionMIT-0

ADVENT OF CODE 2023

These are my personal solutions to the Advent of Code 2023 written in Typescript. I will try to post each solution the same day that it comes out, but I don't promise anything!

NOTE:

  • You have to add a .env file in the root project with the following values in order to use the downloadInput.sh file.
  AUTH_COOKIE="your_session_cookie_from_aoc"