ADDED a test case for %%

This commit is contained in:
LinlyBoi
2023-08-22 19:07:57 +03:00
parent 9af7a37649
commit 7f47079447

View File

@@ -10,6 +10,6 @@ int main(void)
{ {
char c = 97; char c = 97;
_printf("cat: %css\n", c); _printf("cat: %css\noh wait is that...a %%\n", c);
return (0); return (0);
} }