@ -7,6 +7,8 @@ int main(){
int firstNum = usergetd("first number: ", 0, NULL);
int secondNum = usergetd("second number: ", 0, NULL);
int result = kgV(firstNum, secondNum);
printf("The result is: %d\n", result);
return 0;