summaryrefslogtreecommitdiffstats
path: root/test cases/unit/17 prebuilt shared/alexandria.c
blob: 2d6b8483121603713d9f653074c65d9de6089fc2 (plain)
1
2
3
4
5
6
#include"alexandria.h"
#include<stdio.h>

void alexandria_visit() {
    printf("You are surrounded by wisdom and knowledge. You feel enlightened.\n");
}