aboutsummaryrefslogtreecommitdiff
path: root/challenge-103
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-103')
-rw-r--r--challenge-103/james-smith/perl/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-103/james-smith/perl/ch-1.pl b/challenge-103/james-smith/perl/ch-1.pl
index 0d0382811f..0fbc224193 100644
--- a/challenge-103/james-smith/perl/ch-1.pl
+++ b/challenge-103/james-smith/perl/ch-1.pl
@@ -25,6 +25,6 @@ sub year_name {
qw( Yang Yin )[ $_[0] % 2 ],
qw( Metal Water Wood Fire Earth )[ ($_[0]/2) % 5 ],
qw( Monkey Rooster Dog Pig Rat Ox
- Tiger Rabbit Dragon Snake Horse Goat )[ $_[0] % 12 ],
+ Tiger Rabbit Dragon Snake Horse Goat )[ $_[0] % 12 ];
}