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 #4
Cut #4
Display the first four characters from each line of text.
Input Format
A text file with lines of ASCII text only.
Constraints
(N is the number of lines of text in the input file)
Output Format
The output should contain N lines. Each line should contain just the first four characters of the corresponding input line.
Sample Input
Hello
World
how are you
Sample Output
Hell
Worl
how