Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aran112000/advent-of-code-2019-php
My Advent of Code 2019 solutions (written in PHP)
https://github.com/aran112000/advent-of-code-2019-php
advent-of-code advent-of-code-2019 aoc aoc2019 php php74
Last synced: 24 days ago
JSON representation
My Advent of Code 2019 solutions (written in PHP)
- Host: GitHub
- URL: https://github.com/aran112000/advent-of-code-2019-php
- Owner: aran112000
- License: mit
- Created: 2019-12-01T13:03:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T23:34:43.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T20:01:29.373Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2019, aoc, aoc2019, php, php74
- Language: PHP
- Homepage: https://adventofcode.com/2019
- Size: 160 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2019 (my PHP solutions)
This year I'm not focused on getting the answer as quickly as possible and am trying to balance speed with producing maintainable code. I endeavour to solve each of the puzzles this year using PHP to try and get used to some of the new language features that were just introduced in PHP 7.4 last month.### Spotted a better solution?
Awesome! Please open a PR, I'd love to see it! The reason that I take part in AoC each year as a way to tackle challenges I don't normally face and so I may learn from them.![Advent of Code 2019 PHP solutions](https://raw.githubusercontent.com/aran112000/Advent-of-Code-2019-PHP/master/aoc.png "Advent of Code 2019")