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

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

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
```