diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-08-23 11:01:29 +0200 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-08-26 15:51:25 +0200 |
| commit | ea5e94b9fccd34813db40b04c286e76b30b47c59 (patch) | |
| tree | 015906ef789097cf15c86ef90958fdf1696a1824 | |
| parent | 0e2abad9cf792a42a5c2d486de429979b0c147e5 (diff) | |
| download | perlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.tar.gz perlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.tar.bz2 perlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.zip | |
Solution to task 1
| -rwxr-xr-x | challenge-179/jo-37/perl/ch-1.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge-179/jo-37/perl/ch-1.sh b/challenge-179/jo-37/perl/ch-1.sh new file mode 100755 index 0000000000..fbf496c437 --- /dev/null +++ b/challenge-179/jo-37/perl/ch-1.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +perl -MLingua::EN::Numbers=num2en_ordinal -E "say num2en_ordinal $1" |
