Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dnafication/aoc-2022

my solutions for aoc 2022
https://github.com/dnafication/aoc-2022

advent-of-code advent-of-code-2022

Last synced: 19 days ago
JSON representation

my solutions for aoc 2022

Awesome Lists containing this project

README

        

# aoc-2022
My solutions for [Advent of Code 2022](https://adventofcode.com/2022/) in JavaScript.

## How to run
1. Install Node.js
2. run `node day01` to run the solution for day 1 (replace `day01` with the day you want to run)