(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 |
---|---|---|---|
176 | 2025-06-21 09:51:37 | 57.31 | 97% |
161 | 2025-01-26 11:06:02 | 52.74 | 96.1% |
153 | 2025-01-25 10:01:51 | 49.38 | 95.7% |
148 | 2025-01-23 18:53:18 | 52.62 | 95.3% |
6 | 2024-12-09 09:42:49 | 36.46 | 93.9% |