This commit is contained in:
2024-10-10 18:16:13 -05:00
commit 3657b8de60
11 changed files with 118 additions and 0 deletions

6
demo.scm Normal file
View File

@@ -0,0 +1,6 @@
(use-modules (petri)
(agar gui))
(petri-app
(let ([window (make-window)])
(show-window window)))