blob: 9d7ac9427c116c0774160156d7fb961b4daf40a6 [file] [log] [blame]
#include "rejected.h"
void say(void) {
printf("You are standing outside the Great Library of Alexandria.\n");
printf("You decide to go inside.\n\n");
alexandria_visit();
printf("The librarian tells you it's time to leave\n");
}