Skip to content

Commit

Permalink
Merge branch 'exercise/knapsack' of github.com:kahgoh/exercism-lfe in…
Browse files Browse the repository at this point in the history
…to exercise/knapsack
  • Loading branch information
kahgoh committed Jul 16, 2024
2 parents 4e510c9 + 425c14f commit 229d9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/practice/knapsack/test/knapsack-tests.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@
(make-item weight 115 value 221)
(make-item weight 118 value 229)
(make-item weight 120 value 240))
750)))
750)))

0 comments on commit 229d9de

Please sign in to comment.