ELFIO/elf_examples/hello.c
2012-11-27 11:45:28 +02:00

9 lines
75 B
C

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