Remove Stupid BackSlash

This commit is contained in:
lclerel- lclerel-
2026-03-04 14:50:35 +01:00
parent 2eab720461
commit d6825325dd
2 changed files with 1 additions and 1 deletions

View File

@@ -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.