Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/micnil/advent-of-code


https://github.com/micnil/advent-of-code

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of code

## Getting started

`yarn i`

## Usage

```
Usage: yarn solve [options]

If no file path is provided (-i), then input will be taken from the clipboard

Options:
-i, --input input file path
-d, --day Day 1-25 (default: "1")
-h, --help display help for command
```

## Example

`yarn solve --day 4 --input .\inputs\day4.txt`

## Development

Use watch mode:

`yarn solve:watch --day 4 --input .\inputs\day4.txt`