lisp lang update

обновляю значения на пк, он быстрее ноута
This commit is contained in:
Дмитрий Голондарев 2026-03-30 15:24:13 +03:00
parent 8f2a07ff2f
commit 3999a30496
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
(defun b1 ()
(let ((x 0))
(dotimes (n 250000000) (incf x))
(dotimes (n 500000000) (incf x))
x))
(defun b2 ()