diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 06:38:48 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 06:38:48 +0000 |
commit | 0156446452d03415fd2019e4c070567d1566cee4 (patch) | |
tree | 693abed532fef3381ae98be6ebbfd652376f7157 /wk1/lab1 | |
parent | cb7aaa1462390a0e80eb8b299886361302de7195 (diff) |
Sat, Dec 2, 2023, 10:38 PM -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 479ba63..0ae187a 100644 --- a/wk1/lab1/population.c +++ b/wk1/lab1/population.c @@ -3,7 +3,7 @@ int main(void) { - int n; + float n; do { n = get_int("Start size: "); |