Rating:

# Miracle Mile

The challenge was to write a script that can calculate the average pace of a run, given the time and miles.

You can write a simple script to achieve this. You can find mine [here](sol.py).

Original writeup (https://github.com/Jord4563/CTF-writeups/tree/master/DawgCTF2020/miracle-mile).