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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [hello/] [hello.c] - Blame information for rev 90

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

Line No. Rev Author Line
1 90 ja_rd
/**
2
* hello.c -- 'Hello World' basic test.
3
*/
4 2 ja_rd
 
5 90 ja_rd
 
6 2 ja_rd
int main()
7
{
8
    puts("compile time: " __DATE__ " -- " __TIME__ "\n");
9
    puts("gcc version:  " __VERSION__ "\n");
10
    puts("\n\nHello World!\n\n\n");
11
}
12
 

powered by: WebSVN 2.1.0

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