An open API service indexing awesome lists of open source software.

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

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`