From de47e3e42cc2ea518e423d2617b7888f69a7e426 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 3 Dec 2023 06:04:44 +0000 Subject: Sat, Dec 2, 2023, 10:04 PM -08:00 --- wk1/lab1/population.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wk1/lab1/population.c (limited to 'wk1/lab1') 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 +#include + +int main(void) +{ + int start = get_int("Starting number of llamas: "); + int end = get_int("Ending number of "); +} -- cgit v1.2.3