packages feed

headroom-0.2.0.0: test-data/code-samples/c/sample2.c

#include <stdio.h>
/* This is not header */
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}