I want to convert `"Hello John \nThere \n"` into ...
# getting-started
p
I want to convert
"Hello John  \nThere \n"
into
"Hello John\nThere\n"
. Basically strip all trailing whitespace from each line.