Compare commits

..

1 Commits

Author SHA1 Message Date
3fb385438c Merge pull request 'feat: add addition function and its test-function' (#1) from uebung1 into master
Reviewed-on: #1
Tiptop, hat geklappt!
2026-02-25 10:59:35 +01:00

View File

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