hello, world

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