ELFIO/elf_examples/hello.c
Serge Lamikhov-Center 493549e030 Initial
2012-02-18 12:01:36 +02:00

9 lines
75 B
C

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