diff options
| -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 |
