aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shitov <andy@shitov.ru>2020-12-04 18:32:16 +0100
committerAndrew Shitov <andy@shitov.ru>2020-12-04 18:32:16 +0100
commit3e52554432838b88a13f0ed92506162984c50b09 (patch)
treee8c2a7ef74ab8142c19271409a9f0c8b09227957
parent76b651cc674201b9dd49be770e6ae27246eceae0 (diff)
downloadperlweeklychallenge-club-3e52554432838b88a13f0ed92506162984c50b09.tar.gz
perlweeklychallenge-club-3e52554432838b88a13f0ed92506162984c50b09.tar.bz2
perlweeklychallenge-club-3e52554432838b88a13f0ed92506162984c50b09.zip
fix run instruction
-rw-r--r--challenge-089/ash/julia/ch-1.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-089/ash/julia/ch-1.jl b/challenge-089/ash/julia/ch-1.jl
index 22f30004b4..c24b280740 100644
--- a/challenge-089/ash/julia/ch-1.jl
+++ b/challenge-089/ash/julia/ch-1.jl
@@ -1,5 +1,5 @@
# To run:
-# $ julia ch-1.julia 100
+# $ julia ch-1.jl 100
# 13015
n = length(ARGS) == 1 ? parse(Int, ARGS[1]) : 3