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"); printf("\\t");
continue; continue;
} else { } else {
printf("\\"); printf("\\\\");
continue; continue;
} }
} else { } else {