https://github.com/tdooner/advent-code
Advent of Code
https://github.com/tdooner/advent-code
Last synced: 3 months ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/tdooner/advent-code
- Owner: tdooner
- Created: 2016-12-09T17:18:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T00:21:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T00:30:35.832Z (11 months ago)
- Language: Ruby
- Size: 464 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tom's Advent of Code
## Usage
```
# on the 5th of December:
./start.sh 5
echo '[input for test case]' > 2020/01/test-input
# edit process.rb, write the code
# run it with
ruby process.rb test-input
# verify it produces the right output, then solve it for real with
ruby process.rb input
```