mirror of
https://github.com/UCanLinux/riscv64-sample.git
synced 2026-01-21 08:33:02 +00:00
8 lines
85 B
C
8 lines
85 B
C
#include <stdio.h>
|
|
|
|
int main(){
|
|
fprintf(stdout, "hello RiscV\n");
|
|
return 0;
|
|
}
|
|
|