From 78f399521661c82e45e627bbbdc8ce4daa9e5207 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 22:30:04 +0200 Subject: style(typst): move in lib folder --- typst/example.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 typst/example.c (limited to 'typst/example.c') 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 - -int main() { - const char* res = typst_generateSVG("Hello world"); - printf("%s\n", res); - typst_freeString(res); - return 0; -} -- cgit v1.2.3