Skip to content

Forthtilliath/advent-of-code-2023

Repository files navigation

Advent of Code - 2023 🎅

See the Advent of Code site

Presentation

Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.

My progress

Day Title Stars
1 Trebuchet?!
2 Cube Conundrum
3 Gear Ratios
4 Scratchcards
5 If You Give A Seed A Fertilizer
6 Wait For It
7 Camel Cards
8 Haunted Wasteland
9 Mirage Maintenance
10 Pipe Maze
11 Cosmic Expansion
12 Hot Springs
13 Point of Incidence
14 🟦
15 🟦
16 🟦
17 🟦
18 🟦
19 🟦
20 🟦
21 🟦
22 🟦
23 🟦
24 🟦
25 🟦
  • ✅ - Good
  • 🟧 - Works with bug/Not properly
  • 🟥 - Not successful
  • 🟦 - Pending / Missed day

Commands

# Launch the day 1 with input file
pnpm run dev day=1
pnpm run dev day=1 file=input

# Launch the day 1 with sample file
pnpm run dev day=1 file=sample

# Launch the day 1 with separated file for part 1 and 2
pnpm run dev day=1 separated

# Launch the day 1 with input not splited
pnpm run dev day=1 asArray=false

Any argument with no values or not used is true by default

Releases

No releases published

Packages

No packages published