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.
- Host: GitHub
- URL: https://github.com/smudger/advent-of-code-2022
- Owner: smudger
- Created: 2022-12-01T18:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T11:28:26.000Z (over 2 years ago)
- Last Synced: 2025-01-18T10:44:51.886Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-php, aoc, aoc-2022, aoc2022, php
- Language: PHP
- Homepage: https://adventofcode.com/2022
- Size: 186 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```