https://github.com/andrewmcodes/advent_of_code
Solutions to Advent of Code
https://github.com/andrewmcodes/advent_of_code
Last synced: about 1 year ago
JSON representation
Solutions to Advent of Code
- Host: GitHub
- URL: https://github.com/andrewmcodes/advent_of_code
- Owner: andrewmcodes
- Created: 2021-12-01T23:29:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T23:31:02.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:41:31.479Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
A collection of my solutions to [Advent of Code.](https://adventofcode.com)
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[](https://twitter.com/andrewmcodes)
## Documentation
### Individual Solutions
Run the file like you normally would with Ruby:
```bash
ruby day_1/part_1.rb
=> 1688
```
### All Solutions
Use the `run_all` executable:
```bash
./run_all
```
## Acknowledgements
- [Eric Wastl](https://twitter.com/ericwastl) for maintaining Advent of Code