#include int main (int argc, char **argv) { printf ("hello yocto world\n"); return 0; }