Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 911 Bytes

File metadata and controls

18 lines (10 loc) · 911 Bytes

💻 🎄 Advent of Code 2022

This repository contains my solutions to the Advent of Code 2022 challenges.

This is my first time participating in this greate challenge, thanks to @synsation_ 😻

What is Advent of Code?

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

It happens in december from day one (01/12) till the christmas day 🎄🎅🎁 (25/12) counting 25 puzzle with 2 parts each.

🚀 Usage

To run a solution for a given day, simply navigate to the corresponding folder and run the appropriate script using your preferred Python interpreter.

🤖🦾 Lets HACK AOC2022 with Python