diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-04 03:53:12 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-04 03:53:12 +0000 |
commit | 3369fc98d04814eb799d4516007a2fd159877d1f (patch) | |
tree | a0978ab3ac38ab3ef54f74b4c6dbccdcd673ea76 /wk1/pset1 | |
parent | e6e52e69ba7ff5566cf65ceaf6b9c8c1da962c79 (diff) |
Sun, Dec 3, 2023, 7:53 PM -08:00
Diffstat (limited to 'wk1/pset1')
-rw-r--r-- | wk1/pset1/cash/cash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wk1/pset1/cash/cash.c b/wk1/pset1/cash/cash.c index ac897cf..55853e0 100644 --- a/wk1/pset1/cash/cash.c +++ b/wk1/pset1/cash/cash.c @@ -37,8 +37,8 @@ int main(void) int get_cents(void) { - // TODO - return 0; + int i = get_int(""); + return cents; } int calculate_quarters(int cents) |