This website requires JavaScript.
Explore
Help
Sign In
OpenXiangShan
/
nexus-am
mirror of
https://github.com/OpenXiangShan/nexus-am.git
Watch
4
Star
0
Fork
You've already forked nexus-am
0
Code
Issues
Projects
Releases
Wiki
Activity
tutorial-2024
nexus-am
/
apps
/
hello
/
hello.c
7 lines
82 B
C
Raw
Permalink
Blame
History
#
include
<klib.h>
int
main
(
)
{
printf
(
"
Hello, XiangShan!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink