This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"Hello World" error

Hello i am new to this programming software, so can anyone tell me whats wrong with this code?

#include<stdio.>
void main()
{ printf("Hello World");
while(1);
}

0