ELFIO/elf_examples/hello.c
Serge Lamikhov-Center 4d165a6d42 Convert to UNIX EOL
2012-11-26 23:48:22 +02:00

9 lines
83 B
C

#include <stdio.h>
int main()
{
printf( "Hello\n" );
return 0;
}