# [Day 4: The Ideal Stocking Stuffer](https://adventofcode.com/2015/day/4)

## [Part One](https://adventofcode.com/2015/day/4#part1)

> [TypeScript](/solutions/typescript/2015/04/src/p1.ts)\
> [Rust](/solutions/rust/2015/04/src/lib.rs)\
> [Python](/solutions/python/year2015/day04/p1.py)

## [Part Two](https://adventofcode.com/2015/day/4#part2)

> [TypeScript](/solutions/typescript/2015/04/src/p2.ts)\
> [Rust](/solutions/rust/2015/04/src/lib.rs)\
> [Python](/solutions/python/year2015/day04/p2.py)
