packages feed

rattle-0.1: test/C/main.c

#include <stdio.h>
#include "constants.h"

int main()
{
	printf("%s\n", message());
	return 0;
}