/** * Adrian Spycher * Question 01 */ #include <stdlib.h> #include <stdio.h> int main() { return 0; }