summaryrefslogtreecommitdiff
path: root/wk1/pset1/cash/cash.c
diff options
context:
space:
mode:
Diffstat (limited to 'wk1/pset1/cash/cash.c')
-rw-r--r--wk1/pset1/cash/cash.c4
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)