summaryrefslogtreecommitdiffstats
path: root/libs/elfio/elf_examples/hello.c
blob: 65f198c05467029a849ba026f13405cbb808ba2b (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
    printf( "Hello\n" );

    return 0;
}
OpenPOWER on IntegriCloud