# [Day 5: Alchemical Reduction](https://adventofcode.com/2018/day/5)

## [Part One](https://adventofcode.com/2018/day/5#part1)

> [TypeScript](/solutions/typescript/2018/05/src/p1.ts)\
> [Rust](/solutions/rust/2018/05/src/lib.rs)

## [Part Two](https://adventofcode.com/2018/day/5#part2)

> [TypeScript](/solutions/typescript/2018/05/src/p2.ts)\
> [Rust](/solutions/rust/2018/05/src/lib.rs)
