From c23475edef87208a15628ecbfa8c964a5b524650 Mon Sep 17 00:00:00 2001 From: Vhmed-Mvnsour Date: Wed, 18 Mar 2026 19:25:22 +0200 Subject: [PATCH] testsuites/hello: Hello World Proof - Ahmed Mansour - GSoC 2026 --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 76b939818a..006fd436eb 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -41,7 +41,7 @@ static rtems_task Init( rtems_task_argument ignored ) rtems_print_printer_fprintf_putc( &rtems_test_printer ); TEST_BEGIN(); - printf( "Hello World\n" ); + printf( "Hello from Ahmed Mansour, Gsoc 2026\n" ); TEST_END(); rtems_test_exit( 0 ); } -- 2.53.0