mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
7 lines
164 B
Common Lisp
7 lines
164 B
Common Lisp
(in-package :app)
|
|
|
|
(defun ini ()
|
|
(q> |text| ui:*label*
|
|
(first (last (multiple-value-list (drakma:http-request "https://duckduckgo.com"))))))
|
|
|
|
(qlater 'ini)
|