AdventOfCode2022/3/README.md
matthias@arch bdd03ceff2 day 3
2022-12-04 00:52:52 +01:00

258 B

Day 3

🎁🎁🎁 Today's language: C

# Find the item type that appears in both compartments of each rucksack. What is the sum of the priorities of those item types?
gcc main.c -o day3
./day3