(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 |
|---|---|---|---|
| 63 | 2025-05-08 10:11:34 | 37.01 | 94% |
| 40 | 2024-09-07 17:48:53 | 27.44 | 92.2% |
| 30 | 2024-09-01 15:01:27 | 31.57 | 94.1% |
| 6 | 2024-08-11 23:15:09 | 23.26 | 92.6% |
| 3 | 2024-08-11 22:46:52 | 26.77 | 91.9% |