diff options
Diffstat (limited to 'test3.lisp')
| -rw-r--r-- | test3.lisp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test3.lisp b/test3.lisp deleted file mode 100644 index 2febb75..0000000 --- a/test3.lisp +++ /dev/null @@ -1,7 +0,0 @@ -(let ((bs (bs/new!))) - (print! bs) - (bs/grow! 1 bs) - (bs/write8! bs 0 67) - (bs/spit! "test3.bin" bs) - ;; (bs/delete! bs) - ) |
