packages feed

shake-0.2.4: Examples/C/main.c

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

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