This is a single project which contains all my solutions to Advent of Code, all solutions are written in PHP by myself. Snippets of problem text and input files are stored in the storage
directory and in issues, these remain the property of AOC and are only stored here for my own reference. Please visit the home page of AOC to download your own problem datasets.
Here is a list of the challenges I have completed:
- Day 1: Not Quite Lisp - Advent of Code 2015 ★★ -
php adventofcode challenge/2015/one
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
This project is built on top of Laravel Zero, and needs php 8.2 or higher and the composer package manager installed on your system to run.
After cloning the repository you can install all dependencies through composer by running:
Say what the step will be
composer install
You can then run the main menu by running:
php adventofcode browse
- Zachary Claret-Scott - hcaz
This repository is stored on a private git server, however it is mirrored to the following public git servers: