NextVOD_Baremetal_Hello/src/main.c

5 lines
62 B
C

int main(void) {
for(;;) {
/* Dead loop */
}
}