Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micnil/advent-of-code
https://github.com/micnil/advent-of-code
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/micnil/advent-of-code
- Owner: micnil
- Created: 2022-12-03T14:25:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T22:18:22.000Z (about 2 years ago)
- Last Synced: 2024-04-13T03:13:51.699Z (9 months ago)
- Language: TypeScript
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`