aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shitov <andy@shitov.ru>2020-12-05 09:31:17 +0100
committerAndrew Shitov <andy@shitov.ru>2020-12-05 09:31:17 +0100
commitb0f91205a62dd4131e60d6ce1a8947cfe04b76a2 (patch)
tree30010b5662e43540353f9a1ee7d3e06da33097c3
parentebbc057eb000e3929024be56ae4e737c78678a39 (diff)
downloadperlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.tar.gz
perlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.tar.bz2
perlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.zip
Rename programs
-rw-r--r--challenge-089/ash/fortran/ch-1.f952
-rw-r--r--challenge-089/ash/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/challenge-089/ash/fortran/ch-1.f95 b/challenge-089/ash/fortran/ch-1.f95
index 71f766dbd0..406577d188 100644
--- a/challenge-089/ash/fortran/ch-1.f95
+++ b/challenge-089/ash/fortran/ch-1.f95
@@ -18,7 +18,7 @@ function mygcd(a, b) result(x)
end do
end function
-program hello
+program challenge89part1
integer :: n, x, y, s
character(len=20) :: arg
diff --git a/challenge-089/ash/index.md b/challenge-089/ash/index.md
index da00e5affb..669d5ac85c 100644
--- a/challenge-089/ash/index.md
+++ b/challenge-089/ash/index.md
@@ -519,7 +519,7 @@ I have a question for you. When did you program in Pascal last time? My answer i
13015
*)
-program Hello(input, output);
+program Challenge89Part1(input, output);
uses sysutils;
@@ -652,7 +652,7 @@ function mygcd(a, b) result(x)
end do
end function
-program hello
+program challenge89part1
integer :: n, x, y, s
character(len=20) :: arg