Skip to content

0u714w/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Description

This repository contains my solutions for the Advent of Code challenges. The solutions are implemented in both Python and PHP.

Folder Structure

project-root/ │ ├── dailys/ │ ├── advent_one.py │ ├── advent_two.py │ ├── advent_three.py │ └── advent_four.py │ ├── php/ │ └── advent_one.php │ ├── input.txt ├── memory.txt ├── text.txt └── README.md

Python Scripts

To run the Python script, use the following commands:

python advent_py/advent_one.py

PHP Scripts

To run the PHP script, use the following command:

php advent_php/advent_one.php

Requirements

Python 3.x PHP 7.x or higher

About

AoC 2024 - python/php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published