From 2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 13 Feb 2026 17:32:00 -0500 Subject: Update --- array.lisp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 array.lisp (limited to 'array.lisp') diff --git a/array.lisp b/array.lisp new file mode 100644 index 0000000..976f70d --- /dev/null +++ b/array.lisp @@ -0,0 +1,2 @@ +(print! (array/repeat 'foo 1000)) +(array/repeat 'foo 10000) -- cgit v1.2.3