aboutsummaryrefslogtreecommitdiff
path: root/src/push_swap
diff options
context:
space:
mode:
Diffstat (limited to 'src/push_swap')
-rw-r--r--src/push_swap/main.c4
-rw-r--r--src/push_swap/push_swap.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/push_swap/main.c b/src/push_swap/main.c
new file mode 100644
index 0000000..5019e79
--- /dev/null
+++ b/src/push_swap/main.c
@@ -0,0 +1,4 @@
+int main(int argc, char **argv)
+{
+ return 0;
+}
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