Skip to content

Instantly share code, notes, and snippets.

View Shivendraiitkgp's full-sized avatar

Shivendraiitkgp

View GitHub Profile
#include<stdio.h>
main()
{
printf("Hello");
}
# Ok, so the change was not reflected here. Interesting!!
#This is a 2nd change in the original file.
#3rd change. It's getting confusing here :|
#include<stdio.h>
main()
{
printf("Hello");
}
# Ok, so the change was not reflected here. Interesting!!
#This is a 2nd change in the original file.
@Shivendraiitkgp
Shivendraiitkgp / Try.c
Last active December 20, 2015 08:49 — forked from ShivendraAgrawal/Try.c
#include<stdio.h>
main()
{
printf("Hello");
}
# Ok, so the change was not reflected here. Interesting!!
#This is now not same as the file it was forked from.