Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aran112000/advent-of-code-2022-php
My PHP solutions to the 2022 Advent of Code challenges
https://github.com/aran112000/advent-of-code-2022-php
advent-of-code aoc2022 php
Last synced: 19 days ago
JSON representation
My PHP solutions to the 2022 Advent of Code challenges
- Host: GitHub
- URL: https://github.com/aran112000/advent-of-code-2022-php
- Owner: aran112000
- Created: 2022-12-01T08:37:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T20:09:24.000Z (about 2 years ago)
- Last Synced: 2024-11-09T21:39:41.970Z (3 months ago)
- Topics: advent-of-code, aoc2022, php
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022 (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 8.2.### 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 2022")