diff options
| author | Andrew Shitov <andy@shitov.ru> | 2020-12-05 09:31:17 +0100 |
|---|---|---|
| committer | Andrew Shitov <andy@shitov.ru> | 2020-12-05 09:31:17 +0100 |
| commit | b0f91205a62dd4131e60d6ce1a8947cfe04b76a2 (patch) | |
| tree | 30010b5662e43540353f9a1ee7d3e06da33097c3 | |
| parent | ebbc057eb000e3929024be56ae4e737c78678a39 (diff) | |
| download | perlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.tar.gz perlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.tar.bz2 perlweeklychallenge-club-b0f91205a62dd4131e60d6ce1a8947cfe04b76a2.zip | |
Rename programs
| -rw-r--r-- | challenge-089/ash/fortran/ch-1.f95 | 2 | ||||
| -rw-r--r-- | challenge-089/ash/index.md | 4 |
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 |
