summaryrefslogtreecommitdiff
path: root/test3.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test3.lisp')
-rw-r--r--test3.lisp6
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)
+ )