diff options
| -rw-r--r-- | challenge-085/ash/python/ch-1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-085/ash/python/ch-1.py b/challenge-085/ash/python/ch-1.py index 4b0b1d285e..008c3b951d 100644 --- a/challenge-085/ash/python/ch-1.py +++ b/challenge-085/ash/python/ch-1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env raku +#!/usr/bin/env python3 # # Task 1 from # https://perlweeklychallenge.org/blog/perl-weekly-challenge-085/#TASK1 |
