URL
https://opencores.org/ocsvn/ion/ion/trunk
Subversion Repositories ion
[/] [ion/] [trunk/] [src/] [hello/] [hello.c] - Rev 161
Go to most recent revision | Compare with Previous | Blame | View Log
/** * hello.c -- 'Hello World' basic test. */ int main() { puts("compile time: " __DATE__ " -- " __TIME__ "\n"); puts("gcc version: " __VERSION__ "\n"); puts("\n\nHello World!\n\n\n"); }
Go to most recent revision | Compare with Previous | Blame | View Log