nexus-am/apps/hello/hello.c

7 lines
82 B
C

#include <klib.h>
int main()
{
printf("Hello, XiangShan!\n");
return 0;
}