https://github.com/nicklayb/advent_2022
Advent of code 2022 using Elm
https://github.com/nicklayb/advent_2022
Last synced: 8 months ago
JSON representation
Advent of code 2022 using Elm
- Host: GitHub
- URL: https://github.com/nicklayb/advent_2022
- Owner: nicklayb
- Created: 2022-12-12T05:49:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:20:16.000Z (over 3 years ago)
- Last Synced: 2025-04-03T06:37:30.896Z (about 1 year ago)
- Language: Elm
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code
### Running a challenge
```
$ node index.js [day] [input file]
```
To run challenge 1 with `1/input.txt`
```
$ node index.js 1 input.txt
```