# [Day 8: Seven Segment Search](https://adventofcode.com/2021/day/8)

## [Part One](https://adventofcode.com/2021/day/8#part1)

> [TypeScript](/solutions/typescript/2021/08/src/p1.ts)

## [Part Two](https://adventofcode.com/2021/day/8#part2)

> [TypeScript](/solutions/typescript/2021/08/src/p2.ts)
