From b0f91205a62dd4131e60d6ce1a8947cfe04b76a2 Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Sat, 5 Dec 2020 09:31:17 +0100 Subject: Rename programs --- challenge-089/ash/fortran/ch-1.f95 | 2 +- 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 -- cgit