diff --git a/0x02-shell_redirections/0-hello_world b/0x02-shell_redirections/0-hello_world index 49374d2..a75fc8c 100755 --- a/0x02-shell_redirections/0-hello_world +++ b/0x02-shell_redirections/0-hello_world @@ -1,2 +1,2 @@ #!/bin/bash -echo "Hello, World" +echo "Hello, World\n"