(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 |
---|---|---|---|
61 | 2025-06-27 00:55:35 | 24.60 | 94% |
47 | 2025-06-22 22:27:19 | 24.87 | 95% |
36 | 2025-06-08 01:03:42 | 24.07 | 95% |
5 | 2025-05-18 00:33:42 | 24.13 | 96.9% |