mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
4 lines
123 B
Common Lisp
4 lines
123 B
Common Lisp
(in-package :app)
|
|
|
|
;; intentional division by zero after 5 seconds
|
|
(qsingle-shot 5000 (lambda () (dotimes (i 1) (/ 1 i))))
|