diff --git a/.gitignore b/.gitignore index 920fe84..dd7bc49 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ dkms.conf # Vim swap files *.swp + +# Executable +pushswap diff --git a/algorithms/medium_algo.c b/algorithms/medium_algo.c index 5c4f3dd..87fa747 100644 --- a/algorithms/medium_algo.c +++ b/algorithms/medium_algo.c @@ -6,7 +6,7 @@ /* By: mteriier +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/12/10 07:14:45 by mteriier #+# #+# */ -/* Updated: 2025/12/10 07:14:51 by mteriier ### ########lyon.fr */ +/* Updated: 2026/01/06 12:57:05 by dgaillet ### ########lyon.fr */ /* */ /* ************************************************************************** */ diff --git a/push_swap b/push_swap new file mode 100755 index 0000000..ac9d422 Binary files /dev/null and b/push_swap differ