Skip to content

Commit 6c8ad13

Browse files
authored
Update testing.c
add another test for dimes
1 parent 2c0dcfc commit 6c8ad13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cash/testing.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ int main(int argc, string argv[])
3737
case 7:
3838
printf("%i", calculate_pennies(4));
3939
break;
40+
41+
case 8:
42+
printf("%i", calculate_dimes(73));
43+
break;
44+
4045
}
4146
}

0 commit comments

Comments
 (0)