int main(void) { char ledStatus = 1; return 0; printf("Hello, World!"); toggleLed(ledStatus); }