diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-19 20:38:54 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-19 20:38:54 +0000 |
commit | 3d6c6996e809f0de44f7bd3273fec31f59d6d41e (patch) | |
tree | 8099cde03fa3d5f11a5d116f80f021a2a83946f4 /wk3/pset/runoff/runoff.c | |
parent | 50d45a9c09454c2024af891ecd7e22609e919748 (diff) |
Mon, Feb 19, 2024, 12:38 PM -08:00
Diffstat (limited to 'wk3/pset/runoff/runoff.c')
-rw-r--r-- | wk3/pset/runoff/runoff.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wk3/pset/runoff/runoff.c b/wk3/pset/runoff/runoff.c index 66439ac..6c06509 100644 --- a/wk3/pset/runoff/runoff.c +++ b/wk3/pset/runoff/runoff.c @@ -164,7 +164,10 @@ void tabulate(void) // Print the winner of the election, if there is one bool print_winner(void) { - + // go through each candidate + // if they have more than 50% of the votes they win + // + // print winner return false; } |