summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c
blob: 5c45dc60bd25d090fc00c71ddb3cee27215ffcff (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
	printf("Hello World!\n");
}