Skip to content

lento234/aoc2022

Repository files navigation

🎅🎄 Advent of Code 2022 ☃️❄️

Last commit GitHub license

Description

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 a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

Calendar

M T W T F S S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 🎁

Installation

Dependencies:

MacOS:

brew install curl pandoc

Rust installation (Guide):

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh