Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmauquie/aoc
Advent Of Code (2022)
https://github.com/fmauquie/aoc
Last synced: 8 days ago
JSON representation
Advent Of Code (2022)
- Host: GitHub
- URL: https://github.com/fmauquie/aoc
- Owner: fmauquie
- Created: 2022-12-17T23:03:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T17:03:48.000Z (over 1 year ago)
- Last Synced: 2024-11-13T21:43:10.615Z (2 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Advent Of Code
To run, switch to the version of Node from .nvmrc (`nvm use`), cd to the directory of the challenge, and run `node index.mjs`.
To add a challenge, create the directory, copy the input in the file named `input`, create `index.mjs` with the template from `utils.mjs`.