diff --git a/num.c b/num.c index 1222ec7..54e7461 100644 --- a/num.c +++ b/num.c @@ -11,7 +11,8 @@ int main() { sum = num1 + num3; - printf("The sum of %d and %d is %d.", num1, num2, sum); + printf("The sum of %d and %d is %d.",) num1, num2, sum); return 0; } +}