From 7dce30ca733f6b310f997c4515e486718b273d44 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 15 Jan 2020 14:19:33 +0100 Subject: WIP: Checker base --- src/push_swap/push_swap.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/push_swap/push_swap.h (limited to 'src/push_swap/push_swap.h') diff --git a/src/push_swap/push_swap.h b/src/push_swap/push_swap.h new file mode 100644 index 0000000..0e553e0 --- /dev/null +++ b/src/push_swap/push_swap.h @@ -0,0 +1,4 @@ +#ifndef PUSH_SWAP_H +# define PUSH_SWAP_H + +#endif -- cgit