Files
riscv64-sample/hello.c
Nazım KOÇ af78e57264 first commit
2019-06-13 23:00:59 +03:00

8 lines
85 B
C

#include <stdio.h>
int main(){
fprintf(stdout, "hello RiscV\n");
return 0;
}