summaryrefslogtreecommitdiff
path: root/main.c
blob: d3d95a64a99a05c3ae4677fc9c5e7c901b3cbff3 (plain)
1
2
3
4
5
6
7
#include "push_swap.h"

#include <stdio.h>

int main(int argc, char *argv[])
{
}