From 102c2efaaf6504f06120cb03f537e1964b229ead Mon Sep 17 00:00:00 2001 From: Jaime <42359730+bracteatus@users.noreply.github.com> Date: Thu, 13 Jun 2019 19:21:00 -0600 Subject: Create ch-3.pl --- challenge-012/jaime/perl5/ch-3.pl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 challenge-012/jaime/perl5/ch-3.pl diff --git a/challenge-012/jaime/perl5/ch-3.pl b/challenge-012/jaime/perl5/ch-3.pl new file mode 100644 index 0000000000..aad020819d --- /dev/null +++ b/challenge-012/jaime/perl5/ch-3.pl @@ -0,0 +1,6 @@ +# Solution by Jaime Corchado, (@tortsnare)[https://twitter.com/tortsnare]. +# +# Challenge #3 +# +# Find out the synonyms of a given word using the Synonyms API. + -- cgit