You are given a null-terminated string of up to 100 characters. Your task is to:
Example-1
Input: "Hello Embedded"
Output: hello embedded
Example-2
Input: "C99 IS POWERFUL!"
Output: c99 is powerful!
Example-3
Input: "test123"
Output: test123
Input
Hello Embedded
Expected Output
hello embedded