diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
| commit | 219c94c7eb7448bfc86602579de3765216888297 (patch) | |
| tree | 04d45285bec04fe0e4e025e90f50dc262384b390 /test3.lisp | |
| parent | 09435bffe025a96e0d9c3b44ee9c505973b383bd (diff) | |
Update
Diffstat (limited to 'test3.lisp')
| -rw-r--r-- | test3.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test3.lisp b/test3.lisp new file mode 100644 index 0000000..304533c --- /dev/null +++ b/test3.lisp @@ -0,0 +1,6 @@ +(let ((bs (bs/new!))) + (print! bs) + (bs/grow! 1 bs) + (bs/write8! bs 0 67) + (bs/spit! "test3.bin" bs) + ) |
