subtract function

int subtract(
  1. int a,
  2. int b
)

Ikki sonni ayirish funksiyasi

Implementation

int subtract(int a, int b) => a - b;