thelearner
Programmer
Hi,
I just installed Dev-c++ and Tried to create my first hello
world program. After I finished coding, I click ctrl + F9
to compile (with no error). Then I press ctrl + F10 to run,
there was a quick flash came out (couldn't tell what it
was). I thought I was going to get "hello world" somewhere,
what did I miss?
Here is my code.
#include <stdio.h>
main()
{
printf("hello world\n");
}
Thanks
I just installed Dev-c++ and Tried to create my first hello
world program. After I finished coding, I click ctrl + F9
to compile (with no error). Then I press ctrl + F10 to run,
there was a quick flash came out (couldn't tell what it
was). I thought I was going to get "hello world" somewhere,
what did I miss?
Here is my code.
#include <stdio.h>
main()
{
printf("hello world\n");
}
Thanks