xdebbie / aoc_2023

https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Advent of Code 2023 - Typescript

https://adventofcode.com/

Running the Project

To run the project, please follow the steps below:

Prerequisites

  • Node.js and npm should be installed on your machine.

Installation

  1. Open the terminal or command prompt.
  2. Navigate to the project directory.
  3. Run the following command to install the project dependencies:
    npm install

Build

  1. After the installation is complete, run the following command to compile the TypeScript files:
    npx tsc

Run

  1. Once the build process is successful, you can run the file using the following command:
    node dist/file.js

That's it! The file should now be running successfully.

About

https://adventofcode.com/


Languages

Language:TypeScript 100.0%