Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhardih/aoc
Advent of Code
https://github.com/rhardih/aoc
advent advent-of-code aoc c golang problem-solving puzzle ruby
Last synced: about 2 months ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/rhardih/aoc
- Owner: rhardih
- Created: 2016-12-01T16:35:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T06:41:56.000Z (about 1 year ago)
- Last Synced: 2023-12-16T11:08:59.357Z (about 1 year ago)
- Topics: advent, advent-of-code, aoc, c, golang, problem-solving, puzzle, ruby
- Language: C
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :christmas_tree: :santa: :star2: aoc :star2: :santa: :christmas_tree:
Advent of Code solutions.
http://adventofcode.com/
---
Compile and run a puzzle like so: `make 2016 3p2`, or `make 3p2` if already in
the folder of a specific year. The first digit represents day of the puzzle and
second digit is which part to run. Each make target handles piping of the
correct input to its resulting executable.---
## Notes
### 2016
Day 5 and 14 uses md5 from libssl.
### 2015
Day 4 uses md5 from libssl.
## Dependencies
Install *libssl* and *pkg-config* with Homebrew:
`brew install openssl pkg-config`