francisfuzz / aoc-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Repo for Advent of Code 2022 in TypeScript

Instructions

# Clone the repo and change directory into it
git clone https://github.com/francisfuzz/aoc2022.git && cd aoc2022/

# Install the dependencies
npm install

# Option 1
# Run the build task to compile the TypeScript files, then run the file with `node`
npm run build
node dist/day1.js

# Option 2
# Use `ts-node` directly
npx ts-node day1/day1.ts

Credits

Originally forked from https://github.com/colindembovsky/aoc2021. Moved to its own repository so it is a root repo.

About

License:MIT License


Languages

Language:TypeScript 94.4%Language:Dockerfile 3.8%Language:Shell 1.1%Language:JavaScript 0.7%