Open gsegt opened 9 months ago
There may be gains to have using putchar instead of printf. representation is a bit useless as well. And we can save a few lines by compressing the condition as well.
putchar
printf
representation
write() can be used
There may be gains to have using
putchar
instead ofprintf
.representation
is a bit useless as well. And we can save a few lines by compressing the condition as well.