From e8e671060271e9471b37aedb712d30855ff9df8c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Apr 2024 15:00:31 +0200 Subject: [PATCH] Add debug printing to main This will be removed in the end but for now it is nice to see if the stack has actually been sorted. --- main.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index fcb75fc..45f5b56 100644 --- a/main.c +++ b/main.c @@ -6,15 +6,17 @@ /* By: dkaiser