Skip to content

TeraNovaLP/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).