aboutsummaryrefslogtreecommitdiff
path: root/challenge-179
diff options
context:
space:
mode:
authorJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-08-23 11:01:29 +0200
committerJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-08-26 15:51:25 +0200
commitea5e94b9fccd34813db40b04c286e76b30b47c59 (patch)
tree015906ef789097cf15c86ef90958fdf1696a1824 /challenge-179
parent0e2abad9cf792a42a5c2d486de429979b0c147e5 (diff)
downloadperlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.tar.gz
perlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.tar.bz2
perlweeklychallenge-club-ea5e94b9fccd34813db40b04c286e76b30b47c59.zip
Solution to task 1
Diffstat (limited to 'challenge-179')
-rwxr-xr-xchallenge-179/jo-37/perl/ch-1.sh3
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"