This website requires JavaScript.
Explore
Help
Sign In
james
/
rsoc
Watch
1
Star
0
Fork
You've already forked rsoc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
acc95af171
rsoc
/
Day1
/
hello.c
5 lines
85 B
C
Raw
Blame
History
#
include
"hello.h"
void
Print_Hello_World
(
void
)
{
rt_kprintf
(
"
Hello World!
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink