Skip to content

xjanu/aoc-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published