URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [debug/] [pe/] [testdata/] [hello.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> int main(void) { printf("hello, world\n"); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log