diff options
| author | Jaime <42359730+bracteatus@users.noreply.github.com> | 2019-06-13 19:21:00 -0600 |
|---|---|---|
| committer | Jaime <42359730+bracteatus@users.noreply.github.com> | 2019-06-13 19:21:00 -0600 |
| commit | 102c2efaaf6504f06120cb03f537e1964b229ead (patch) | |
| tree | 3d751278b951fe376bd05ed24b99a92a4d1169e3 | |
| parent | c40f4a63c65ee34e3ec96197559b8c90e783a1e6 (diff) | |
| download | perlweeklychallenge-club-102c2efaaf6504f06120cb03f537e1964b229ead.tar.gz perlweeklychallenge-club-102c2efaaf6504f06120cb03f537e1964b229ead.tar.bz2 perlweeklychallenge-club-102c2efaaf6504f06120cb03f537e1964b229ead.zip | |
Create ch-3.pl
| -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. + |
