(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 |
|---|---|---|---|
| 159 | 2025-01-23 18:43:07 | 26.72 | 94% |
| 148 | 2025-01-12 18:48:05 | 29.31 | 95.2% |
| 140 | 2025-01-11 11:34:51 | 32.60 | 93% |
| 120 | 2025-01-05 14:26:20 | 28.78 | 93.4% |
| 103 | 2025-01-02 21:02:59 | 34.02 | 96.7% |
| 73 | 2024-12-26 18:14:36 | 26.72 | 94.5% |
| 53 | 2024-11-18 14:37:14 | 30.25 | 94.5% |
| 25 | 2024-11-09 15:05:47 | 23.79 | 93.3% |
| 18 | 2024-11-06 19:33:58 | 19.26 | 93.7% |