First commit on a late git install
This commit is contained in:
7
tests/header_test.c
Normal file
7
tests/header_test.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "../nostr_core/nostr_core.h"
|
||||
|
||||
int main(void) {
|
||||
printf("Header included successfully\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user