Reputation: 1
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
Upvotes: 0
Views: 66