https://github.com/ciavash/adventofcode
Perl 6 solutions for http://adventofcode.com/
https://github.com/ciavash/adventofcode
Last synced: 5 months ago
JSON representation
Perl 6 solutions for http://adventofcode.com/
- Host: GitHub
- URL: https://github.com/ciavash/adventofcode
- Owner: CIAvash
- Created: 2015-12-23T18:17:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T10:28:39.000Z (over 10 years ago)
- Last Synced: 2025-01-06T20:36:27.215Z (over 1 year ago)
- Language: Perl6
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========
Perl 6 solutions for [Advent of Code](http://adventofcode.com/)
Notes
=====
Some solutions are not included, because there were better solutions available. So I just link to them here:
[Day 8](https://www.reddit.com/r/adventofcode/comments/3vw32y/day_8_solutions/cxs2exg),
[Day 10](https://www.reddit.com/r/adventofcode/comments/3w6h3m/day_10_solutions/cxu14qz)
Some solutions were inspired by these solutions:
[Day 11](https://www.reddit.com/r/adventofcode/comments/3wbzyv/day_11_solutions/cxv1vx5),
[Day 12](https://www.reddit.com/r/adventofcode/comments/3wh73d/day_12_solutions/cxwx3ut),
[Day 13](https://www.reddit.com/r/adventofcode/comments/3wm0oy/day_13_solutions/cxx807l),
[Day 14](https://www.reddit.com/r/adventofcode/comments/3wqtx2/day_14_solutions/cxyhti8),
[Day 19](https://www.reddit.com/r/adventofcode/comments/3xflz8/day_19_solutions/cy4k8ca),
[Day 20](https://www.reddit.com/r/adventofcode/comments/3xjpp2/day_20_solutions/)