// #include <stdio.h> #include <stdint.h> void main() { for (;;) { // printf("Hello, world!"); // printf("\n"); } }