Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
void func() {
int radius = 2;
double circleArea = 3.1415926535 * radius * radius;
}