[PATCH 1/2] hello world exercise

Ning Yang yangn0 at qq.com
Wed Feb 28 08:32:50 UTC 2024


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

diff --git a/hello/hello.c b/hello/hello.c
index d2321d8..e074563 100644
--- a/hello/hello.c
+++ b/hello/hello.c
@@ -8,6 +8,6 @@
 rtems_task Init(
     rtems_task_argument ignored)
 {
-  puts("hello, world!");
+  puts("Hello, My name is Yang Ning. I am a master's student at China Yanshan University.My research chiefly focuses on RTEMS.");
   exit(0);
 }
-- 
2.34.1



More information about the devel mailing list