Add some test files.

This commit is contained in:
David Vogel 2025-11-03 19:45:57 +01:00
parent 473563756d
commit 815a4fea7b
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#let template() = {
set page(width: auto, height: auto, margin: 5mm)
heading("Hello World!")
}

View File

@ -0,0 +1,3 @@
#set page(width: auto, height: auto, margin: 5mm)
#heading("Hello World!")