GCXSCTNL3S2DAE34M6B57AX4OPIUOZN6VHKWSSPY5F5EVWZFOP3AC
var beaten: usize = 0;
for (0..race.time) |speed| {
// This is a parabole, and we only need the first and last winning points
// so we break at the first point and just calculate the values between
// first and last.
var speed: usize = 1;
while (speed < race.time) : (speed += 1) {