I have a problem on my code block when making the hello world!
Although i try search in internet but i cant find the solution.
Tis is mine code for it:
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}
and after i click build and run,it din show the word (Happy World) but come out wit:
Process returned 1993733257 <0x76D5F489> excecution time:5.611s
Press any key to continue.