Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dnafication/aoc-2022
- Owner: dnafication
- Created: 2022-12-01T05:11:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T03:13:51.000Z (about 2 years ago)
- Last Synced: 2023-03-02T21:35:41.384Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2022
- Language: JavaScript
- Homepage: https://adventofcode.com/2022/
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)