refactor: rename doerg-tex → doerg-temml-worker

This commit is contained in:
2026-02-28 21:38:23 -07:00
parent 7aa6e02b9e
commit f947df6711
13 changed files with 17 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
(ns deserialise
(:require [clj-cbor.core :as cbor]
[clojure.string :as str]))
(prn (cbor/decode cbor/default-codec System/in :eof))