diff options
| author | Andrew Shitov <andy@shitov.ru> | 2020-11-02 22:52:44 +0100 |
|---|---|---|
| committer | Andrew Shitov <andy@shitov.ru> | 2020-11-02 22:52:44 +0100 |
| commit | 2fdc043b7f7afa6206b4c66a8989907572baad37 (patch) | |
| tree | 0fcaa15f7a95f3e6f77ec5548e151720f6f97f81 | |
| parent | 3b2db7ec6c6da7dfea71afb68b7e7280a73af4cc (diff) | |
| download | perlweeklychallenge-club-2fdc043b7f7afa6206b4c66a8989907572baad37.tar.gz perlweeklychallenge-club-2fdc043b7f7afa6206b4c66a8989907572baad37.tar.bz2 perlweeklychallenge-club-2fdc043b7f7afa6206b4c66a8989907572baad37.zip | |
use python
| -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 |
