(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 |
---|---|---|---|
37 | 2025-05-24 10:17:08 | 47.84 | 95.7% |
34 | 2025-05-24 07:28:11 | 45.35 | 95% |
30 | 2025-04-17 10:03:28 | 44.92 | 95.7% |
20 | 2024-03-25 06:46:35 | 41.00 | 93.9% |