marimlem / minishell

0 stars 0 forks source link

bug: echo -n -n -nnnn hi #46

Closed marimlem closed 2 months ago

marimlem commented 3 months ago

echo -n -n -nnnn hi should print only "hi"

===

careful of echo -n -n -nnnn hi -n should print "hi -n"

iQH4O commented 3 months ago

fixed bug with ft_echo, rewrote and shortened it also, will push later with corrected stuff on "piscine-week-fixes-hao"

marimlem commented 2 months ago

OK