(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 |
|---|---|---|---|
| 30 | 2025-07-07 09:41:04 | 38.73 | 94% |
| 28 | 2025-07-07 09:37:27 | 32.61 | 93% |
| 23 | 2025-07-06 07:39:03 | 30.61 | 93% |