Exercise: Remove a Newline Character

Remove a newline from the beginning of a scalar.

Problem statement

In this challenge, you have to remove a new line from the beginning of a scalar variable.

Given a variable $var, ...