Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
Printing Strings
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.