aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-030/jaldhar-h-vyas/perl6/ch-1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-030/jaldhar-h-vyas/perl6/ch-1.sh b/challenge-030/jaldhar-h-vyas/perl6/ch-1.sh
index dd1e60c8df..2b57831e4d 100755
--- a/challenge-030/jaldhar-h-vyas/perl6/ch-1.sh
+++ b/challenge-030/jaldhar-h-vyas/perl6/ch-1.sh
@@ -1 +1 @@
-perl6 -e '"$_-12-25".say for (2019..2100).grep({Date.new($_,12,25).day-of-week==0;});'
+perl6 -e '"$_-12-25".say for (2019..2100).grep({Date.new($_,12,25).day-of-week==7;});'