Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 643 Bytes

Advent of Code 🎄

In this project you can find my solutions for Advent of Code.

Setup

Dependencies

  • Docker
  • Visual Studio Code with Dev Containers extension.

Open the project with a dev container and follow these steps:

Usage

PHP

Change to the folder of the year and language (e.g. 2023/php) and execute the start script in the terminal to start the dev server.

chmod +x start.sh && ./start.sh

After that you can run the scripts in yout browser under the port 8080 (e. g. http://localhost:8080/1/1.php).