OpenCores
URL https://opencores.org/ocsvn/ion/ion/trunk

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [hello/] [hello.c] - Rev 2

Go to most recent revision | Compare with Previous | Blame | View Log

/*hello.c*/
 
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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.