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