Skip to content

GianlucaMancusi/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Repository 🎄❄️

Welcome to my Advent of Code personal repository! Here you can find all the exercises I have solved during the Advent of Code event.

Installation

To get started, make sure you have the following requirements installed:

  • Python 3.x
  • Pip (Python package manager)

You can install the required packages by running the following command:

pip install -r requirements.txt