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
Array printing function
Write a function that prints an Integer array.
Experts: Write a function that prints an integer matrix.
###Hints###
Don’t forget, sizeof is no help here.
Experts: Loopception.
##Solution##
coming soon.