diff --git a/examples/aoc2023/day06/part1.jou b/examples/aoc2023/day06/part1.jou index dfc04eb8..6faeef18 100644 --- a/examples/aoc2023/day06/part1.jou +++ b/examples/aoc2023/day06/part1.jou @@ -21,7 +21,6 @@ import "stdlib/math.jou" # # and then solved with the quadratic equation: # -# # -b +- sqrt(b^2-4ac) T +- sqrt(T^2-4R) # tmin,tmax = --------------------- = ------------------- # 2a 2