Minor change to reprint a single \ as \ instead of \.

This commit is contained in:
Reina Harrington-Affine 2025-08-14 17:29:11 +00:00
parent bbf858134c
commit 1ac53c22b2

View file

@ -16,7 +16,7 @@ int a = 0;
printf("\\t");
continue;
} else {
printf("\\");
printf("\\\\");
continue;
}
} else {