🎄 Save the Christmas!
For more info, see The Advent of Code website
| Language: | Haskell |
|---|---|
| Build: | ghc -o depth Depth.hs |
| Part One: | ./depth 1 input |
| Part Two: | ./depth 2 input |
| Usage: | ./depth |
| Language: | C |
|---|---|
| Build: | gcc -Wall dive.c -o dive |
| Part One: | ./dive 1 input |
| Part Two: | ./dive 2 input |
| Usage: | ./dive |
| Language: | Python |
|---|---|
| Part One: | ./diagnostics.py 1 input |
| Part Two: | ./diagnostics.py 2 input |
| Usage: | ./diagnostics.py |
From this day we code competitively: Leaderboard