diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 06:04:44 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-03 06:04:44 +0000 |
commit | de47e3e42cc2ea518e423d2617b7888f69a7e426 (patch) | |
tree | 83fa85de165dff749d6e549868438fe239f339b5 /wk1/lab1 | |
parent | f98197915369ec1388a7d53bf4e87cf463696082 (diff) |
Sat, Dec 2, 2023, 10:04 PM -08:00
Diffstat (limited to 'wk1/lab1')
-rw-r--r-- | wk1/lab1/population.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wk1/lab1/population.c b/wk1/lab1/population.c new file mode 100644 index 0000000..c95d844 --- /dev/null +++ b/wk1/lab1/population.c @@ -0,0 +1,8 @@ +#include <stdio.h> +#include <cs50.h> + +int main(void) +{ + int start = get_int("Starting number of llamas: "); + int end = get_int("Ending number of "); +} |