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
Desrever
Write a program that takes a string input and outputs this string reversed.
Experts: print the reversed output with spaces between (and only between) the letters.
###Hints###
What happens if you print ‘\0’?
##Solution##
coming soon.