/rainrisk

Advent of Code 2020 Day 12 Your ferry made decent progress toward the island, but the storm came in faster than anyone expected. The ferry needs to take evasive actions

Primary LanguageObjectScript

## Advent of Code 2020 Day12

- Day 8: Rain Risk


## Description

- Your ferry made decent progress toward the island, but the storm came in faster than anyone expected. 
- The ferry needs to take evasive actions!

- Unfortunately, the ship's navigation computer seems to be malfunctioning; rather than giving a route directly to safety, it produced extremely circuitous instructions. 
- When the captain uses the PA system to ask if anyone can help, you quickly volunteer.

- The navigation instructions (your puzzle input) consists of a sequence of single-character actions paired with integer input values. 
- After staring at them for a few minutes, you work out what they probably mean:
## Contribute

Contributions are always welcome!
Please read the [contribution guidelines](contributing.md) first.

## License

[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Sehinde Raji]