help me pls

This commit is contained in:
LinlyBoi
2023-08-21 14:42:37 +03:00
parent 9d491f4873
commit 504376d3d0

View File

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