summaryrefslogtreecommitdiff
path: root/test3.lisp
blob: 304533ca75ce6bdab41ae53754e02e8b07c71ec0 (plain)
1
2
3
4
5
6
(let ((bs (bs/new!)))
  (print! bs)
  (bs/grow! 1 bs)
  (bs/write8! bs 0 67)
  (bs/spit! "test3.bin" bs)
  )