From 2fdc043b7f7afa6206b4c66a8989907572baad37 Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Mon, 2 Nov 2020 22:52:44 +0100 Subject: use python --- challenge-085/ash/python/ch-1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit