From 219c94c7eb7448bfc86602579de3765216888297 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 19 Dec 2025 16:24:15 -0500 Subject: Update --- test3.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test3.lisp (limited to 'test3.lisp') 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) + ) -- cgit v1.2.3