Skip to content

knutkirkhorn/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fb0a59 Β· Dec 1, 2024

History

77 Commits
Dec 1, 2024
Dec 1, 2024
Dec 1, 2022
Nov 26, 2023
Nov 30, 2023
Dec 1, 2024
Dec 1, 2024
Dec 10, 2022
Dec 1, 2022
Dec 1, 2024
Dec 1, 2024
Nov 27, 2023
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024

Repository files navigation

advent-of-code

πŸŽ„ My solutions for Advent of Code

Setup (optional)

Set the COOKIE_SESSION environment variable to download input files if not found locally.

Run solutions

# Run given day (if current date is between 1. december and 25. december)
node index.js

# Run first day of current year
node index.js 1

# Run first day of 2022
node index.js 2022 1

# Rerun on file change
bun dev

Solutions

2024

2023

2022

2021