summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/poky/meta-linutronix/recipes-hello/hello/files/hello.c
blob: b182eef6ef8d953a32d306ce905a74cdf2f908b0 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main (int argc, char **argv)
{
	printf("Hello World - DEUTA\n");

	return 0;
}