Hello mates, recently i started to learn c, i installed Anjuta, but i couldnt compile the programs. When i press "Build" the window closes and the IDE stops.
This is the program:
#include <stdio.h>
int main()
{
printf("Hello World\n");
return 0;
}
THANK YOU