# [Day 3: Squares With Three Sides](https://adventofcode.com/2016/day/3)

## [Part One](https://adventofcode.com/2016/day/3#part1)

> [TypeScript](/solutions/typescript/2016/03/src/p1.ts)

## [Part Two](https://adventofcode.com/2016/day/3#part2)

> [TypeScript](/solutions/typescript/2016/03/src/p2.ts)
