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

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

Awesome Lists containing this project

README

          

# Advent of Code

A collection of my solutions to [Advent of Code.](https://adventofcode.com)

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![Follow @andrewmcodes on Twitter](https://img.shields.io/twitter/follow/andrewmcodes?label=Follow)](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