Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1005 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 1005 Bytes

Advent of Code 2021

🎄 Save the Christmas!

For more info, see The Advent of Code website

Day 1

Language: Haskell
Build: ghc -o depth Depth.hs
Part One: ./depth 1 input
Part Two: ./depth 2 input
Usage: ./depth

Day 2

Language: C
Build: gcc -Wall dive.c -o dive
Part One: ./dive 1 input
Part Two: ./dive 2 input
Usage: ./dive

Day 3

Language: Python
Part One: ./diagnostics.py 1 input
Part Two: ./diagnostics.py 2 input
Usage: ./diagnostics.py

Day 4 and up:

From this day we code competitively: Leaderboard