# [Day 3: Perfectly Spherical Houses in a Vacuum](https://adventofcode.com/2015/day/3)

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

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

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

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