github.com/mattyw/juju@v0.0.0-20140610034352-732aecd63861/testing/repo/quantal/dummy/src/hello.c (about)

     1  #include <stdio.h>
     2  
     3  main()
     4  {
     5      printf ("Hello World!\n");
     6      return 0;
     7  }