diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-13 17:32:00 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-13 17:32:00 -0500 |
| commit | 2b47c650a161fe2c2c4c7f4d74a19c2c6fe6021e (patch) | |
| tree | 357e6484f707faaafae41aa4a35bbb418c791bf1 /array.lisp | |
| parent | e6329f2ce1df83fd729e79f7e92e55fe96a2e826 (diff) | |
Update
Diffstat (limited to 'array.lisp')
| -rw-r--r-- | array.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
