mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-19 13:18:38 +02:00
comment out debug code
This commit is contained in:
parent
bf9abd0406
commit
2ef7de5617
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ int main(void) {
|
|||
float answer;
|
||||
|
||||
// DEBUG
|
||||
printf("%g, %g and %d\n", num1, num2, type);
|
||||
//printf("%g, %g and %d\n", num1, num2, type);
|
||||
|
||||
if (type == 1) {
|
||||
printf ("Add %g and %g\n", num1, num2);
|
||||
|
@ -69,7 +69,7 @@ int main(void) {
|
|||
}
|
||||
|
||||
// DEBUG
|
||||
printf ("Result is %g\n", result);
|
||||
// printf ("Result is %g\n", result);
|
||||
}
|
||||
|
||||
printf ("Your score is %d!\n", score);
|
||||
|
|
Loading…
Add table
Reference in a new issue