URL
https://opencores.org/ocsvn/hf-risc/hf-risc/trunk
Subversion Repositories hf-risc
[/] [hf-risc/] [trunk/] [tools/] [build_mips_toolchain/] [hello.c] - Rev 13
Compare with Previous | Blame | View Log
#include <stdio.h> int main(){ printf("hello world!\n"); return 0; }