From c31d29749c9274d36eea5f5b0fac1f947b7eb5f4 Mon Sep 17 00:00:00 2001 From: Akuli Date: Wed, 6 Dec 2023 12:30:21 +0200 Subject: [PATCH] remove blank line --- examples/aoc2023/day06/part1.jou | 1 - 1 file changed, 1 deletion(-) 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