Browse Source

Update Returning Strings.md

PythonCoder8 3 years ago
parent
commit
dcfe372d21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      8 kyu/Returning Strings/Returning Strings.md

+ 2 - 0
8 kyu/Returning Strings/Returning Strings.md

@@ -1,5 +1,7 @@
 # 8 kyu - Returning Strings - Authored by Aweson1
 
+Link to kata: https://www.codewars.com/kata/55a70521798b14d4750000a4
+
 Make a function that will return a greeting statement that uses an input; your program should return, "Hello, <name> how are you doing today?".
 
 (Make sure you type the exact thing I wrote or the program may not execute properly)