From b89459de3a8d9e76e1a5173b5adeb8332006d0d8 Mon Sep 17 00:00:00 2001 From: AdinMauer Date: Mon, 10 Feb 2025 18:19:08 -0800 Subject: [PATCH] small change to solution file to test workflow --- solutions/mauer4_solution.c | 1 - 1 file changed, 1 deletion(-) diff --git a/solutions/mauer4_solution.c b/solutions/mauer4_solution.c index fe32a67..9dfc92d 100644 --- a/solutions/mauer4_solution.c +++ b/solutions/mauer4_solution.c @@ -269,6 +269,5 @@ int main() { } else { printf("{\"error\": \"No valid solution found\"}\n"); } - return 0; } \ No newline at end of file