hello.c
changeset 79 8c6d2cf28de5
parent 78 69778189f54d
parent 77 89098f9e56b5
child 98 bb1d25d50d73
equal deleted inserted replaced
78:69778189f54d 79:8c6d2cf28de5
     1 test
     1 /*
       
     2  * Placed in the public domain by Bryan O'Sullivan.  This program is
       
     3  * not covered by patents in the United States or other countries.
       
     4  */
     2 
     5 
     3 to merged
     6 #include <stdio.h>
     4 
     7 
     5 
     8 int main(int argc, char **argv)
     6 
     9 {
     7 fdsvlkdw
    10 	printf("once more, hello.\n");
       
    11 	printf("hello merged ?");
       
    12 	return 0;
       
    13 }