|
-+-
A
/=\ /\ /\ ___ _ __ _ __ __ __
i/ O \i / \/ \ / _ \| '__|| '__|\ \ / /
/=====\ / /\ /\ \| __/| | | | \ \/ /
/ i \ \ \ \/ / / \___/|_| |_| \ /
i/ O * O \i / /
/=========\ __ __ /_/ _
/ * * \ \ \/ / /\ /\ __ _ ____ | |
i/ O i O \i \ / __ / \/ \ / _` |/ ___\ |_|
/=============\ / \ |__| / /\ /\ \| (_| |\___ \ _
/ O i O \ /_/\_\ \ \ \/ / / \__,_|\____/ |_|
i/ * O O * \i
/=================\
|___|
This repository contains solutions to the Advent of Code challenges.
To get a local copy up and running follow these steps.
- Node.js (currently using v18.16.1)
-
Clone the repo
git clone https://github.com/sscraigie/adventOfCode.git
-
Install packages
npm install
You can write your code with in the index.ts
file or archive you're solutions in the src
directory.
To run index.ts:
npm run index
To run a specific file:
npn run start src/<file-name>.ts