Initial Commit

This commit is contained in:
bluepython508
2026-02-10 10:55:22 +00:00
commit 5930ffd357
9 changed files with 1011 additions and 0 deletions

9
project.janet Normal file
View File

@@ -0,0 +1,9 @@
(declare-project
:name "censtablo"
:description ""
:dependencies @["spork" "https://codeberg.org/ifreund/janet-wayland"]
:version "0.0.0")
(declare-executable
:name "censtablo"
:entry "./main.janet")