Skip to content

clem/2023-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 in PHP

This is my attempt at the Advent of Code 2023 in PHP.

Requirements

  • PHP 8.3
  • Composer 2
  • PHPUnit 10

Usage

Install

To install the dependencies, run the following command:

composer install

Run

To launch the program, run the following command:

composer run advent <day>
# Or
php src/advent.php <day>

Tests

To run the tests, run the following command:

composer test
# Or
php vendor/bin/phpunit

About

My attempt for the Advent of code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages