https://github.com/bbecquet/advent-of-code-20232
https://github.com/bbecquet/advent-of-code-20232
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbecquet/advent-of-code-20232
- Owner: bbecquet
- Created: 2023-12-11T12:38:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T13:01:14.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:10:28.138Z (about 2 years ago)
- Language: JavaScript
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2023
My participation to [Advent of Code 2023 edition](https://adventofcode.com/2023).
Tools: Vanilla Node JS + some [Ramda](https://ramdajs.com/) for functional goodness.
For each entry `xx`:
- `xx.txt`: the input file
- `xxa.mjs`: code for first part
- `xxb.mjs`: code for second part
To run: `node xxa.mjs`