@ -19,5 +19,5 @@ double divisionDouble(double a, double b) {
}
int divisionByTwo(int a, int b) {
return 0;
return a >> b;