(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 |
---|---|---|---|
215 | 2025-04-18 00:09:04 | 47.28 | 97.2% |
178 | 2025-02-05 05:01:23 | 45.11 | 97.6% |
78 | 2024-07-01 17:49:41 | 50.32 | 97.6% |
25 | 2024-06-29 03:26:34 | 48.23 | 95.8% |
22 | 2024-06-29 03:23:12 | 48.21 | 96.4% |
20 | 2024-05-30 05:14:01 | 44.63 | 96.9% |