<div dir="ltr"><div>Hi all,</div><div>    This is the modified hello program. I'll attach the screenshots in another email.<br></div><div><br></div>From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001<br>From: Husni Faiz <<a href="mailto:ahamedhusni73@gmail.com" target="_blank">ahamedhusni73@gmail.com</a>><br>Date: Mon, 22 Mar 2021 01:18:25 +0530<br>Subject: [PATCH] GSoC Task<br><br>Modified the hello program to meet the requirement.<br>---<br> testsuites/samples/hello/init.c | 4 +++-<br> 1 file changed, 3 insertions(+), 1 deletion(-)<br><br>diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>index 34ded37c55..b215b1fcf9 100644<br>--- a/testsuites/samples/hello/init.c<br>+++ b/testsuites/samples/hello/init.c<br>@@ -22,7 +22,9 @@ static rtems_task Init(<br> {<br>   rtems_print_printer_fprintf_putc(&rtems_test_printer);<br>   TEST_BEGIN();<br>-  printf( "Hello World\n" );<br>+  printf( "Hello Embedded World\n" );<br>+  printf( "Welcome to GSoC 202!\n" );<br>+  printf( "I'm Husni\n" );<br>   TEST_END();<br>   rtems_test_exit( 0 );<br> }<font color="#888888"><br>-- <br>2.17.1<br><div><br></div></font></div>