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
Know your architecture
Write a program, that prints the size of every primitive datatype (in bytes).
Experts: Print the sizes additionally in bits.
###Hints###
This actually is not about arrays.
Experts: You may have to take a short break after solving this \textbf{very hard} task.
Experts: And maybe your sarcasm detector is broken.
##Solution##
coming soon.