From 1f1d95faadca635adcb8e46bb0aecc0574654a24 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 12 Apr 2024 16:23:43 +0200 Subject: Setup project --- push_swap.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 push_swap.h (limited to 'push_swap.h') diff --git a/push_swap.h b/push_swap.h new file mode 100644 index 0000000..aa1fb38 --- /dev/null +++ b/push_swap.h @@ -0,0 +1,6 @@ +#ifndef PUSH_SWAP_H +#define PUSH_SWAP_H + + + +#endif // PUSH_SWAP_H -- cgit v1.2.3