C not returning

73 Views Asked by At

I have downloaded Codelite IDE for C and when I run my code I don't receive anything. this is what I receive: This is what I receive

this is the code:

#include <stdio.h>

int main()
{
    printf("hello world\n");
    return 0;
}

I just ran the code and I was expecting the code to print out hello world

0

There are 0 best solutions below