diff options
| -rw-r--r-- | challenge-012/jaime/perl5/ch-3.pl | 6 |
1 files changed, 6 insertions, 0 deletions
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. + |
