Subject: [PATCH] changing the hello world message.

Muhammad Hamdy muhammad.hamdy.hassan at gmail.com
Fri Mar 15 20:46:32 UTC 2024


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

diff --git a/hello.c b/hello.c
index 622a9da..d78f5dd 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
   rtems_task_argument ignored
 )
 {
-  printf( "\nHello From Cairo, its me Hamzy\n" );
+  printf( "\nHello From Cairo, its Hamzy\n" );
   exit( 0 );
 }
-- 
2.34.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20240315/fe92cbe9/attachment.htm>


More information about the devel mailing list