Skip to content

guitoof/advent_of_code

Repository files navigation

Advent of Code

image

--- 📆 Day 1: 🍫 Calorie Counting ---

  • ⭐️ Part 1: 74198
  • ⭐️ Part 2: 209914

--- 📆 Day 2: 🖖 Rock Paper Scissors ---

  • ⭐️ Part 1: 13484
  • ⭐️ Part 2: 13433

--- 📆 Day 3: 🎒 Rucksack Reorganization ---

  • ⭐️ Part 1: 8298
  • ⭐️ Part 2: 2708

--- 📆 Day 4: 🧹 Camp Cleanup ---

  • ⭐️ Part 1: 477
  • ⭐️ Part 2: 830

--- 📆 Day 5: 📦 Supply Stacks ---

  • ⭐️ Part 1: SHMSDGZVC
  • ⭐️ Part 2: VRZGHDFBQ

--- 📆 Day 6: 📡 Tuning Trouble ---

  • ⭐️ Part 1: 1287
  • ⭐️ Part 2: 3716

--- 📆 Day 7: 💾 No Space Left On Device ---

  • ⭐️ Part 1: 1084134
  • ⭐️ Part 2: 6183184

--- 📆 Day 8: 🌲 Treetop Tree House ---

  • ⭐️ Part 1: 1679
  • ⭐️ Part 2: 536625

--- 📆 Day 9: 🪢 Rope Bridge ---

  • ⭐️ Part 1: 6026
  • ⭐️ Part 2: 2273

📆 Create codebase for new Advent of Code day

mason make advent_of_code_day -o ./src/challenges

Creates the following architecture:

lib/
    src/
        challenges/
            advent_of_code_{{day}}
                data/
                test/
                    advent_of_code_{{day}}_test.dart
                advent_of_code_{{day}}.dart

About

My Repository of Advent of Code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages