https://github.com/failedcode/adventofcode-2022-php
Advent of Code 2022 solutions in php
https://github.com/failedcode/adventofcode-2022-php
advent-of-code advent-of-code-2022 advent-of-code-2022-php php8
Last synced: 10 months ago
JSON representation
Advent of Code 2022 solutions in php
- Host: GitHub
- URL: https://github.com/failedcode/adventofcode-2022-php
- Owner: FailedCode
- License: unlicense
- Created: 2022-12-07T23:35:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T09:44:33.000Z (over 3 years ago)
- Last Synced: 2025-02-28T15:30:44.524Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-php, php8
- Language: PHP
- Homepage: https://adventofcode.com/2022
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
https://adventofcode.com/2022
Solutions in PHP 8.0 via [ddev 1.21.3](https://ddev.com/get-started/)
## How to run
* Run the current day: `ddev aoc`
* Run a specific day: `ddev aoc --day=` e.g. `ddev aoc --day=6`