We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4149f commit d62a4b1Copy full SHA for d62a4b1
perl/test.sh
@@ -3,6 +3,7 @@ perl binary_search.pl && \
3
echo 'tea\nlavender\n' | perl cafe.pl && \
4
perl hello.pl && \
5
perl palindrome.pl && \
6
+perl permutations.pl I like carrots | diff ../test/carrots_expected - && \
7
perl primes.pl 100 && \
8
perl ses.pl && \
9
perl summer.pl && \
0 commit comments