diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/unit/17 prebuilt shared/patron.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/unit/17 prebuilt shared/patron.c b/test cases/unit/17 prebuilt shared/patron.c new file mode 100644 index 0000000..461d7b4 --- /dev/null +++ b/test cases/unit/17 prebuilt shared/patron.c @@ -0,0 +1,9 @@ +#include<alexandria.h> +#include<stdio.h> + +int main(int argc, char **argv) { + printf("You are standing outside the Great Library of Alexandria.\n"); + printf("You decide to go inside.\n\n"); + alexandria_visit(); + return 0; +} |