From 3d6c6996e809f0de44f7bd3273fec31f59d6d41e Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:38:54 +0000 Subject: Mon, Feb 19, 2024, 12:38 PM -08:00 --- wk3/pset/runoff/runoff.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wk3/pset/runoff/runoff.c') 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; } -- cgit v1.2.3