(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 |
---|---|---|---|
75 | 2025-06-24 21:35:02 | 13.25 | 95% |
70 | 2025-06-23 20:54:56 | 13.62 | 92% |
62 | 2025-06-23 19:26:59 | 14.50 | 90% |
32 | 2025-06-11 18:28:41 | 16.41 | 94% |
19 | 2025-05-31 19:42:21 | 12.62 | 92% |