blob: 9d7ac9427c116c0774160156d7fb961b4daf40a6 (
plain)
1
2
3
4
5
6
7
8
|
#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");
}
|