Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martingms/aoc
My solutions to Advent of Code 2017 (http://adventofcode.com/2017)
https://github.com/martingms/aoc
Last synced: 26 days ago
JSON representation
My solutions to Advent of Code 2017 (http://adventofcode.com/2017)
- Host: GitHub
- URL: https://github.com/martingms/aoc
- Owner: martingms
- Created: 2017-12-01T07:53:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T17:30:34.000Z (11 months ago)
- Last Synced: 2023-12-07T18:34:43.639Z (11 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
This repo contains my solutions to the daily puzzles of
[Advent of Code](http://adventofcode.com/). They are not optimized for
speed, readability, nor code size, but for speed of implementation.`aoc_to_slack.py` is a quick hacky script for posting the standings of a private
leaderboard to a slack channel.