You will be, continuously, given input lines, until you receive the command “Stop”. Print each of those lines at the moment you read them, until you reach the ending command. Do NOT print the ending command.
Examples:
Input
|
Output
|
|
Input
|
Output
|
Line 1
Line 2
Line 3
Stop
|
Line 1
Line 2
Line 3
|
|
3
6
5
4
Stop
10
12
|
3
6
5
4
|