(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 |
|---|---|---|---|
| 81 | 2025-09-26 06:12:37 | 38.36 | 96% |
| 68 | 2024-08-23 12:18:38 | 35.82 | 95.5% |
| 64 | 2024-08-23 12:03:21 | 40.34 | 96.8% |
| 55 | 2024-08-19 07:18:52 | 33.28 | 94.2% |
| 40 | 2024-08-16 06:28:19 | 35.48 | 95.3% |
| 37 | 2024-08-11 12:29:51 | 34.37 | 96.4% |
| 28 | 2024-08-11 12:10:54 | 29.82 | 95.8% |
| 7 | 2024-07-17 13:22:48 | 29.04 | 95.2% |
| 2 | 2024-07-08 03:54:58 | 24.50 | 95.1% |