---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index db0a724..8a080f1 100644
--- a/hello.c
+++ b/hello.c
@@ -4,7 +4,7 @@
 
 rtems_task Init(rtems_task_argument ignored)
 {
-               printf("\nHello world\n");
+               printf("\nA very different hello world!\n");
                exit(0);
 }
 
-- 
2.39.2

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

Reply via email to