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

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