Hi i am very new to C programming
i wrote simple program like this
and i am using Miracle C compiler , when i compile it , it is showing the programm compailed and no errors,
and when i run it , the compand prompt window is appearing and disappearing immediately , i am unable to see my hello on the screen , can any one help me



#include <stdio.h>
main()
{
printf("hello");