Merge pull request 'feat: add Code Wars testfunction 'CWtest'' (#2) from CDtest into master

Reviewed-on: #2

PR hat gelappt, tiptop!
This commit is contained in:
Marco Schmid 2026-03-05 19:11:32 +01:00
commit ec5afd4d2e

6
src/CWtest.py Normal file
View File

@ -0,0 +1,6 @@
def greet(name):
return f"Hello, {name} how are you doing today?"
if __name__ == "__main__":
print(greet("John"))