https://github.com/crell/aoc2021
Entries for Advent of Code 2021
https://github.com/crell/aoc2021
Last synced: about 1 year ago
JSON representation
Entries for Advent of Code 2021
- Host: GitHub
- URL: https://github.com/crell/aoc2021
- Owner: Crell
- License: other
- Created: 2021-12-01T14:46:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T00:37:03.000Z (over 4 years ago)
- Last Synced: 2025-04-11T14:57:10.361Z (about 1 year ago)
- Language: PHP
- Size: 99.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Advent of Code 2021 Entries
My entries for the Advent of Code challenge, 2021 edition. All entries were implemented in mostly-functional PHP, just to prove it can be done.
Released publicly for educational value.
Want to know more about functional programming in PHP? I have a [whole book on the topic](https://leanpub.com/thinking-functionally-in-php):
## Credits
- [Larry Garfield][link-author]
## License
The Lesser GPL version 3 or later. Please see [License File](LICENSE.md) for more information.
[link-author]: https://github.com/Crell
