URL
https://opencores.org/ocsvn/hf-risc/hf-risc/trunk
Subversion Repositories hf-risc
[/] [hf-risc/] [trunk/] [software/] [app/] [hello.c] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
#include <hf-risc.h> int main(void){ printf("hello world!\n"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log