Details | Compare with Previous | View Log
#include <hf-risc.h>
int main(void){
printf("hello world!\n");
return 0;
}