From c61e76ba2846aa148ef6ff490d997b5d9ed587cd Mon Sep 17 00:00:00 2001 From: Terenceonye Date: Mon, 27 Jun 2022 16:42:28 +0100 Subject: [PATCH] Update 0-hello_world --- 0x02-shell_redirections/0-hello_world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"