Skip to content

Commit

Permalink
Update dynamic_programming/knapsack.c
Browse files Browse the repository at this point in the history
Co-authored-by: realstealthninja <[email protected]>
  • Loading branch information
aa001R and realstealthninja authored Jul 15, 2023
1 parent 373ddca commit 8ca58f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_programming/knapsack.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,6 @@ static void test()
*/
int main()
{
test();
test(); // run self-test implementations
return 0;
}

0 comments on commit 8ca58f0

Please sign in to comment.