Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "examples/package/lib/myprint.h"
int main(int argc, char *argv[]) {
MyPrint("welcome to your package\n");
return 0;
}