aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-test/hello-dut/files/hello.c
blob: fb89415c9ffbb088121f1c1fdc80429da5b0b8fb (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main(int argc, char** argv)
{
  printf("Hello world on DUT \n");
  return 0;

}