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

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

    return 0;
}
OpenPOWER on IntegriCloud