From 2c85332e1e402653ed44ea1a5248cb7d11259389 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 9 Jun 2024 18:29:13 -0600 Subject: AoC 2020.1 p2 --- combinations/combinations-test.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'combinations') diff --git a/combinations/combinations-test.scm b/combinations/combinations-test.scm index 60f5fd1..0f1423d 100644 --- a/combinations/combinations-test.scm +++ b/combinations/combinations-test.scm @@ -34,4 +34,10 @@ '((1 2 3 4 5)) (combinations '(1 2 3 4 5) 5)) +(test-equal "combinations numbers" + '((979 366) + (979 675) + (366 675)) + (combinations '(979 366 675) 2)) + (test-end "harness") -- cgit v1.2.3