Perl scripts to test push_swap project
curl https://raw.githubusercontent.com/lorenuars19/push_swap_tester/main/push_swap_tester.pl -o push_swap_tester.pl
perl push_swap_tester.pl
perl push_swap_tester.pl 5 100
perl push_swap_tester.pl 3 500
perl push_swap_tester.pl 500 10
perl push_swap_tester.pl 100 100
perl push_swap_tester.pl [size of stack to generate] [number of tests to execute]