9 lines
258 B
Markdown
9 lines
258 B
Markdown
|
# [Day 3](https://adventofcode.com/2022/day/3)
|
||
|
:gift::gift::gift:
|
||
|
Today's language: **C**
|
||
|
```shell
|
||
|
# 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
|
||
|
```
|