oke this is my firs application for linux , an hellow orld as always
Code:
#include<stdio.h>

int main()
{
              printf("hello");
             getchar();
             return 0;
}
i dit it with the gcc command and as output i get a.out

gcc hello.c


but when i tried to run it(a.out) , it doesnt do anything