From 61cad27275e73eb3b802e812f335cc18505a1695 Mon Sep 17 00:00:00 2001 From: Coding Life Date: Fri, 17 Jul 2026 23:08:41 +0100 Subject: [PATCH] Replacing the readme file with a new one --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96b3861 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Hello World + +HELLO WORLD +Turns "FirstWord, SecondWord" into "FirstWord SecondWord" + +## Exemple + +- Calling `print_HW("Hello, World")` will return `"Hello World"` +- Calling `print_HW("World, Hello")` will return `"World Hello"`