#include int main(void); int main(void) { printf("holomaze has been moved to a repo of its own.\n"); printf("See the README in this repo for more.\n"); return(0); }