1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include <stdint.h> int32_t main(void); int32_t main(void) { printf("example\n"); return 0; }