Init repo

This commit is contained in:
Krzosa Karol
2024-06-19 06:51:06 +02:00
commit a75c8a2e4f
50 changed files with 13616 additions and 0 deletions

11
src/pdf_browser/main.cpp Normal file
View File

@@ -0,0 +1,11 @@
#define BASIC_IMPL
#include "basic.h"
#include "pdfio.h"
#include <string.h>
#include "read_pdf.cpp"
int main(int argc, char *argv[]) {
return (0);
}