Skip to content

Instantly share code, notes, and snippets.

@ShivendraAgrawal
Last active December 20, 2015 08:49

Revisions

  1. ShivendraAgrawal revised this gist Jul 29, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Try.c
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,6 @@ main()
    printf("Hello");
    }
    # Ok, so the change was not reflected here. Interesting!!
    #This is a 2nd change in the original file.
    #This is a 2nd change in the original file.

    #3rd change. It's getting confusing here :|
  2. ShivendraAgrawal revised this gist Jul 29, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Try.c
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,5 @@ main()
    {
    printf("Hello");
    }
    # Ok, so the change was not reflected here. Interesting!!
    # Ok, so the change was not reflected here. Interesting!!
    #This is a 2nd change in the original file.
  3. ShivendraAgrawal revised this gist Jul 29, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Try.c
    Original file line number Diff line number Diff line change
    @@ -3,3 +3,4 @@ main()
    {
    printf("Hello");
    }
    # Ok, so the change was not reflected here. Interesting!!
  4. ShivendraAgrawal created this gist Jul 29, 2013.
    5 changes: 5 additions & 0 deletions Try.c
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #include<stdio.h>
    main()
    {
    printf("Hello");
    }