(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 |
|---|---|---|---|
| 89 | 2025-07-03 03:27:23 | 40.81 | 97% |
| 80 | 2025-06-26 07:13:39 | 39.59 | 98% |
| 77 | 2025-06-09 07:07:13 | 40.25 | 98% |
| 59 | 2025-05-28 23:34:27 | 38.44 | 97% |
| 28 | 2025-04-09 09:09:28 | 32.63 | 97% |
| 18 | 2025-03-21 04:50:30 | 38.49 | 98% |