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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [hello/] [hello.c] - Diff between revs 90 and 176

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 90 Rev 176
Line 1... Line 1...
/**
/**
* hello.c -- 'Hello World' basic test.
* hello.c -- 'Hello World' basic test.
*/
*/
 
 
 
#include <stdio.h>
 
 
int main()
int main()
{
{
    puts("compile time: " __DATE__ " -- " __TIME__ "\n");
    printf("compile time: " __DATE__ " -- " __TIME__ "\n");
    puts("gcc version:  " __VERSION__ "\n");
    printf("gcc version:  " __VERSION__ "\n");
    puts("\n\nHello World!\n\n\n");
    printf("\n\nHello World!\n\n\n");
}
}
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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