URL
https://opencores.org/ocsvn/mblite/mblite/trunk
Subversion Repositories mblite
[/] [mblite/] [trunk/] [sw/] [hello_world/] [testbench.c] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
#include "stdio.h" #include <stdio.h> int main() { xil_printf("Hello, world!\n"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log