Skip to content

πŸ•―πŸŽ„ My solutions for the Advent of Code programming puzzles.

Notifications You must be signed in to change notification settings

andreaswilli/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

πŸ•―πŸŽ„ My solutions for the Advent of Code programming puzzles.

Topics

Resources

Stars

Watchers

Forks