summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/hello.c
blob: b0697a3304faa888495e7653ca2b2493d42a1e84 (plain)
1
2
3
4
5
int
      main()
      {
          printf("Hello, world!\n");
      }