From 5645b25cb7563670bc5c66d138e425313730dff7 Mon Sep 17 00:00:00 2001 From: Artur Gauzer Date: Thu, 12 Oct 2023 20:38:40 +0600 Subject: [PATCH] Fix example --- exercises/functions/problem.en.md | 2 +- exercises/functions/problem.uk.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/functions/problem.en.md b/exercises/functions/problem.en.md index 8ad86a7..112c4d6 100644 --- a/exercises/functions/problem.en.md +++ b/exercises/functions/problem.en.md @@ -51,7 +51,7 @@ In other words, you should build a tree of even numbers. On the top of the tree Example: - ./loops.bash 10 17 + ./functions.bash 10 17 Output: diff --git a/exercises/functions/problem.uk.md b/exercises/functions/problem.uk.md index 22ce9ce..8706b8b 100644 --- a/exercises/functions/problem.uk.md +++ b/exercises/functions/problem.uk.md @@ -49,7 +49,7 @@ local local_var="Я локальна змінна" Приклад: - ./loops.bash 10 17 + ./functions.bash 10 17 Результат: