Skip to content

jatzuk/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Adventures

Welcome to the Advent of Code puzzles repository!

This is a monorepo containing puzzles for various challenges from the Advent of Code programming competition.

About Advent of Code

Advent of Code is an annual coding event held every December. Each day, a new programming puzzle is released, challenging participants to solve problems ranging from simple algorithmic tasks to more complex challenges requiring creative thinking. The puzzles cover a variety of programming concepts, making it an excellent opportunity to enhance your coding skills.

Repository structure

Each year has its own directory (and most likely a different language):

Stealing Getting Started

  1. Go to Advent of Code
  2. Enjoy

Just in case you prefer playing with other people's toys - no judgement, have fun!

  1. Clone the repository to your machine:

    git clone https://github.com/jatzuk/Advent-of-Code.git
  2. Inspect your new the thing