Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Is it possible in this task to implement escaping the \ sign so that the resulting string contains \n as two characters in the string, and not the special character \n - "new line".
In the second test such a situation outputs. "N ffns bt,\nYr wrtng s mng th wrst 'v vr rd".
But in a real console it outputs:
"N ffns bt, (it's on a first line)
Yr wrtng s mng th wrst 'v vr rd (it's on a second line)"