From f055931d386b70c7153d1736a6ebdd29f0456e0a Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Fri, 4 Dec 2020 18:33:26 +0100 Subject: fix run instruction --- challenge-089/ash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-089/ash/index.md b/challenge-089/ash/index.md index 1082ae5adf..e0862060db 100644 --- a/challenge-089/ash/index.md +++ b/challenge-089/ash/index.md @@ -246,7 +246,7 @@ To me, languages built on C++ have their specific charm. On one side, it is the Julia is another interesting language that actually has many similarities with Raku. For our today’s need, there’s a built-in `gcd` function that I am happily using. The only unexpected obstacle is, maybe, the need to explicitly refer to the accumulator `s` as to a `global` variable. # To run: - # $ julia ch-1.julia 100 + # $ julia ch-1.jl 100 # 13015 n = length(ARGS) == 1 ? parse(Int, ARGS[1]) : 3 -- cgit