From 33cbe45795557da6a1cb8921c03bc5213e15b005 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Apr 2024 14:39:57 +0200 Subject: Finish command handling and add command printing --- push_swap.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'push_swap.h') diff --git a/push_swap.h b/push_swap.h index 0c86ee7..d8c13f4 100644 --- a/push_swap.h +++ b/push_swap.h @@ -6,7 +6,7 @@ /* By: dkaiser