aoc

Advent of Code Solutions
git clone git://git.alexkarle.com.com/aoc
Log | Files | Refs | README | LICENSE

commit d7d8534a79c2ebc76fdeb16cc12c60b89900eda4 (patch)
parent f635613d7c6b8d3bb8844907b9be070add5595d3
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat,  3 Dec 2022 01:24:27 -0500

day3: Add some docstrings

Diffstat:
M2022/03/sol.scm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/2022/03/sol.scm b/2022/03/sol.scm @@ -13,6 +13,7 @@ lst (cons x lst))) +; (1 2 3 4) -> ((1 2) (3 4)) (define (bisect lst) (let ((len (length lst))) (define (bi lst a b)