From: Sanskar Khandelwal <kdsanska...@gmail.com>

Hello everyone,
My name is sanskar khandelwal, I have completed the hello world task, please 
let me know if there is anything to change in this task.

---
 testsuites/samples/hello/init.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..8336e2af71 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,8 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Modified Hello world from Sanskar Khandelwal.\n" );
+  printf( "I am looking very much forward to work on rtems.\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.25.1


_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to