diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 08:14:59 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 08:14:59 +0000 |
commit | 91c5ac8b98fa6c508e81c1d526c9e69e868c5d94 (patch) | |
tree | fbe8c4eedd6aafce2659ea2311a609eb22194cf2 /wk1/lab1 | |
parent | fa12c4a9a89eb1b8e6db1e84dcff7411634352c2 (diff) |
Sun, Dec 3, 2023, 12:14 AM -08:00
Diffstat (limited to 'wk1/lab1')
-rw-r--r-- | wk1/lab1/population.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk1/lab1/population.c b/wk1/lab1/population.c index 44a0329..da8a857 100644 --- a/wk1/lab1/population.c +++ b/wk1/lab1/population.c @@ -21,5 +21,5 @@ int main(void) n += (n / 12); year++; } - printf("Years: %i\n", year); + printf("%f Years: %i\n", n, year); } |