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

https://github.com/smudger/advent-of-code-2022

My solutions to the Advent of Code 2022. Written in PHP.
https://github.com/smudger/advent-of-code-2022

advent-of-code advent-of-code-2022 advent-of-code-2022-php aoc aoc-2022 aoc2022 php

Last synced: 3 months ago
JSON representation

My solutions to the Advent of Code 2022. Written in PHP.

Awesome Lists containing this project

README

        

# Advent of Code 2022

My solutions to the Advent of Code 2022. Written in PHP.

## Installation

```
composer install
```

## Running a solution

```
composer solve
```

## Running all solutions

```
composer solve all
```

## Generating the next day

```
./scaffold.sh
```