https://github.com/easycz/advent-of-code-2019
Solutions for Advent of Code 2019
https://github.com/easycz/advent-of-code-2019
Last synced: about 1 year ago
JSON representation
Solutions for Advent of Code 2019
- Host: GitHub
- URL: https://github.com/easycz/advent-of-code-2019
- Owner: easyCZ
- Created: 2019-12-02T07:51:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T22:29:05.000Z (over 6 years ago)
- Last Synced: 2025-01-20T06:38:22.372Z (over 1 year ago)
- Language: Go
- Homepage: https://adventofcode.com/
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2019
Solutions for Advent of Code 2019
## Run a solution
```bash
go run github.com/easyCZ/advent-of-code-2019 --day
# or with stdin input
go run github.com/easyCZ/advent-of-code-2019 --day < input.txt
```