...
/Exercise: Remove a Newline Character
Exercise: Remove a Newline Character
Remove a newline from the beginning of a scalar.
We'll cover the following...
Problem statement
In this challenge, you have to remove a new line from the beginning of a scalar variable.
Given a variable $var
, ...