GitHunt
AN

andreaswilli/advent-of-code

๐Ÿ•ฏ๐ŸŽ„ My solutions for the Advent of Code programming puzzles.

Advent of Code

This repo contains my solutions for the Advent of Code programming puzzles.

How to run

JS

Run with Node.js:

node 2020/day_01/part_1.js

The following output should be printed:

โ˜… =================== โ˜…
โ€–                     โ€–
โ€–  Output : 157059    โ€–
โ€–  Time   : 578.3 ฮผs  โ€–
โ€–                     โ€–
โ˜… =================== โ˜…

Nix

nix eval --experimental-features pipe-operator --extra-experimental-features nix-command --extra-experimental-features flakes --file 2024/day_01/solution.nix

Languages

JavaScript98.1%Nix1.7%Haskell0.2%

Contributors

Created November 29, 2020
Updated December 14, 2025