From: Dominik Kaiser Date: Sat, 13 Apr 2024 13:00:31 +0000 (+0200) Subject: Add debug printing to main X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=e8e671060271e9471b37aedb712d30855ff9df8c;p=42%2Fpush_swap.git 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. --- diff --git a/main.c b/main.c index fcb75fc..45f5b56 100644 --- a/main.c +++ b/main.c @@ -6,15 +6,17 @@ /* By: dkaiser