diff

Diff code posted
created at 20 May 03:57

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
user@debian7:~/$ diff -p  source_org/c_lang/hello.c source/c_lang/hello.c
*** source_org/c_lang/hello.c   2015-02-22 15:11:44.218901466 +0900
--- source/c_lang/hello.c   2015-02-22 20:11:18.528031250 +0900
*************** int main(int argc, char **argv)
*** 7,13 ****
     * -3
     * -2
     */
!   printf("Hello word!!\n");
    return 0;
    /* +2
     * +3
--- 7,13 ----
     * -3
     * -2
     */
!   printf("Hello world!!\n");
    return 0;
    /* +2
     * +3
487 Bytes in 3 ms with coderay