> Please add a newline to the output. I think that without the newline > the output may be covered by other output. I think it likely that the > output is actually being output but just covered. > > - printf("hello, world!"); > + printf("hello, world!\n");
If that was the case, it would cause a lot of confusion to users, but fortunately, that's not the case (I've just tested it and I see no output either). Thank you. -- Dani Moncayo