<div dir="ltr"><div>Here's a screenshot as requested on the guide.</div><div><br></div><div>Thanks,</div><div>Ida.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 13, 2021 at 5:13 AM Ida Delphine <<a href="mailto:idadelm@gmail.com">idadelm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Meh Mbeh Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank">idadelm@gmail.com</a>><br>
<br>
Modified rtems/testsuites/samples/hello/init.c to prove I can work on the RTEMS project for GSoC.<br>
---<br>
 testsuites/samples/hello/init.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>
index 34ded37c55..fa581fd447 100644<br>
--- a/testsuites/samples/hello/init.c<br>
+++ b/testsuites/samples/hello/init.c<br>
@@ -22,7 +22,7 @@ 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 World, I'm Ida Deslphine and this is th main proof I can officially work on the RTEMS Project for GSoC. I'm so excited. Thank you all for the help you rendered when I ran into several errors!\n" );<br>
   TEST_END();<br>
   rtems_test_exit( 0 );<br>
 }<br>
-- <br>
2.25.1<br>
<br>
</blockquote></div>