Skip to content

Faizey/AOC-2024-Typescript

Repository files navigation

Workspace: # AOC-2024

Description

Advent of Code 2024 solutions implemented in TypeScript and JavaScript. Each day is organized into separate folders containing solutions for both parts of the puzzle.

Scripts

  • Build the project:

    npm run build
  • Watch for changes and rebuild automatically:

    npm run watch
  • Execute solutions:

    npm run execute <day>

    Replace <day> with the day (e.g., day-1 for Day 1).

  • Create a new day folder with solution templates:

    npm run build-day <day-number>

Usage

  1. Install dependencies:

    npm install
  2. Build the project:

    npm run build
  3. Execute a day's solutions:

    npm run execute -- <day>

    Replace <day> with the day number you wish to execute.

  4. Add a new day:

    npm run build-day <day-number>

    This will create a new folder for the specified day with template solution files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published