jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

echo #27

Closed jos-felipe closed 5 months ago

jos-felipe commented 5 months ago

implement echo with option -n

jos-felipe commented 5 months ago

Let's start with a unit test for this new feature