adjusted tests

This commit is contained in:
LinlyBoi
2023-08-22 14:40:37 +03:00
parent d67665a155
commit a723d77399
2 changed files with 13 additions and 2 deletions

View File

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