(publish :path "/hello-count" :content-type "text/html" :function (let ((count 0)) #'(lambda (req ent) (with-http-response (req ent) (with-http-body (req ent) (html (:html (:head (:title "Hello Counter")) (:body ((:font :color (nth (random 5) '("red" "blue" "green" "purple" "black"))) "Hello World had been called " (:princ (incf count)) " times")))))))))
Game | Time | WPM | Accuracy |
---|---|---|---|
57 | 2024-06-18 04:27:35 | 81.64 | 97.2% |
41 | 2024-06-17 07:06:50 | 83.32 | 96.5% |
10 | 2021-12-09 21:52:58 | 46.57 | 92% |