From fb5a6a0057cc4bbadec9e1319aae7932a18e9b23 Mon Sep 17 00:00:00 2001 From: James Smith Date: Wed, 24 Nov 2021 00:20:29 +0000 Subject: Update README.md --- challenge-136/james-smith/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-136/james-smith/README.md b/challenge-136/james-smith/README.md index b0b3dc8889..3fa420f2e3 100644 --- a/challenge-136/james-smith/README.md +++ b/challenge-136/james-smith/README.md @@ -39,7 +39,7 @@ sub friendly { # Task 2 - Fibonacci Sequence -***You are given a positive number `$n`. Write a script to find how many different sequences you can create using Fibonacci numbers where the sum of unique numbers in each sequence are the same as the given number. *** +***You are given a positive number `$n`. Write a script to find how many different sequences you can create using Fibonacci numbers where the sum of unique numbers in each sequence are the same as the given number.*** ## Solution -- cgit