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

Subversion Repositories ion

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

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 176 ja_rd
#include <stdio.h>
6 90 ja_rd
 
7 2 ja_rd
int main()
8
{
9 176 ja_rd
    printf("compile time: " __DATE__ " -- " __TIME__ "\n");
10
    printf("gcc version:  " __VERSION__ "\n");
11
    printf("\n\nHello World!\n\n\n");
12 2 ja_rd
}
13
 

powered by: WebSVN 2.1.0

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