works with \n now too

This commit is contained in:
LinlyBoi
2023-08-22 14:41:31 +03:00
parent a723d77399
commit 05aa31ed3f

View File

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