(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 |
---|---|---|---|
101 | 2025-07-03 20:14:09 | 35.49 | 92% |
89 | 2025-07-03 19:54:05 | 36.68 | 94% |
75 | 2025-07-02 20:12:27 | 32.68 | 91% |
66 | 2025-07-02 19:52:29 | 36.13 | 94% |
22 | 2025-07-01 17:49:27 | 35.17 | 94% |
21 | 2025-07-01 17:47:08 | 28.58 | 91% |
17 | 2025-07-01 17:36:27 | 26.94 | 91% |