diff options
| author | LLLL Colonq <llll@colonq> | 2026-03-27 17:23:26 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-03-27 17:23:26 -0400 |
| commit | 4b294e47144da00ae4b9568fed39569d187ce07e (patch) | |
| tree | 179222746330c25fa4f0dfdb03e0fc0a15ad7c9b /test/test3.lisp | |
| parent | 3707dfaa64715c8fb1ba8a23f9762fef174538d8 (diff) | |
Fix doubles
Diffstat (limited to 'test/test3.lisp')
| -rw-r--r-- | test/test3.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test3.lisp b/test/test3.lisp new file mode 100644 index 0000000..2febb75 --- /dev/null +++ b/test/test3.lisp @@ -0,0 +1,7 @@ +(let ((bs (bs/new!))) + (print! bs) + (bs/grow! 1 bs) + (bs/write8! bs 0 67) + (bs/spit! "test3.bin" bs) + ;; (bs/delete! bs) + ) |
