Remove Stupid BackSlash
This commit is contained in:
@@ -14,5 +14,5 @@
|
|||||||
|
|
||||||
void ft_print_alphabet(void)
|
void ft_print_alphabet(void)
|
||||||
{
|
{
|
||||||
write(1, "abcdefghijklmnopqrstuvwxyz\n", 26);
|
write(1, "abcdefghijklmnopqrstuvwxyz", 26);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user