here is my example:
main(int num1, int num2) { printf("%d", num1*num2); return 0; }
The problem is: I run: ./calculator.out 1