diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 22:30:04 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 22:30:04 +0200 |
| commit | 78f399521661c82e45e627bbbdc8ce4daa9e5207 (patch) | |
| tree | 2671aa93feb01956aded5cef1e725f9aff4aa3a9 /typst/example.c | |
| parent | 77ccdd8559383c25fc59fbcba38117102e5657b5 (diff) | |
style(typst): move in lib folder
Diffstat (limited to 'typst/example.c')
| -rw-r--r-- | typst/example.c | 9 |
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; -} |
