Replacing the readme file with a new one

This commit is contained in:
Coding Life 2026-07-17 23:08:41 +01:00
parent 7fd1a60b01
commit 61cad27275

9
README.md Normal file
View File

@ -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"`