We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Cut #1
Cut #1
Given lines of input, print the character from each line as a new line of output. It is guaranteed that each of the lines of input will have a character.
Input Format
A text file containing lines of ASCII characters.
Constraints
Output Format
For each line of input, print its character on a new line for a total of lines of output.
Sample Input
Hello
World
how are you
Sample Output
l
r
w