Browse Source

Create Well of Ideas.md

PythonCoder8 3 years ago
parent
commit
e97736c526
1 changed files with 7 additions and 0 deletions
  1. 7 0
      8 kyu/Well of Ideas - Easy Version/Well of Ideas.md

+ 7 - 0
8 kyu/Well of Ideas - Easy Version/Well of Ideas.md

@@ -0,0 +1,7 @@
+# 8 kyu - Well of Ideas - Easy Version - Authored by PG1
+
+Link to Kata: https://www.codewars.com/kata/57f222ce69e09c3630000212
+
+For every good kata idea there seem to be quite a few bad ones!
+
+In this kata you need to check the provided array (x) for good ideas 'good' and bad ideas 'bad'. If there are one or two good ideas, return 'Publish!', if there are more than 2 return 'I smell a series!'. If there are no good ideas, as is often the case, return 'Fail!'.