packages feed

hsbencher-1.0: example/make_and_ghc/bench1/hello.c


#include <stdio.h>


int main ()
{
   printf("Hello world.\n");
   printf("SELFTIMED 0.1\n");
   return 0;
}