#include <stdio.h>
#include "../nostr_core/nostr_core.h"
int main(void) {
printf("Header included successfully\n");
return 0;
}