calculate function

int calculate()

Implementation

int calculate() {
  return 6 * 7;
}