summaryrefslogtreecommitdiff
path: root/wk1/lab1/population.c
blob: c95d8443a1aa3720c8cc36f458175b060d263091 (plain)
1
2
3
4
5
6
7
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 ");
}