From 43ff4e930601b7bc917729d33f076bcdb2c38316 Mon Sep 17 00:00:00 2001 From: Yassine Cherni Date: Tue, 31 Mar 2026 06:20:00 +0100 Subject: [PATCH] hello: Add custom greeting for GSoC 2026 demonstration --- testsuites/samples/hello/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 76b939818a..c9bdf49e14 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -42,6 +42,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 The Dark Side!\n" ); TEST_END(); rtems_test_exit( 0 ); } -- 2.43.0