Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.29 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.29 KB

Advent of Code


         |
        -+-
         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.

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

  • Node.js (currently using v18.16.1)

Installation

  1. Clone the repo

    git clone https://github.com/sscraigie/adventOfCode.git
  2. Install packages

    npm install

Usage

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