Write a function that prints an input string char by char, using pointer arithmetic.

Experts: Again, fill the output with whitespaces between the chars.

##Solution##

coming soon.