aboutsummaryrefslogtreecommitdiff
path: root/typst/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'typst/example.c')
-rw-r--r--typst/example.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/typst/example.c b/typst/example.c
deleted file mode 100644
index 39e7a06..0000000
--- a/typst/example.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "typst.h"
-#include <stdio.h>
-
-int main() {
- const char* res = typst_generateSVG("Hello world");
- printf("%s\n", res);
- typst_freeString(res);
- return 0;
-}