(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 |
|---|---|---|---|
| 343 | 2024-06-04 19:15:52 | 26.21 | 94.5% |
| 268 | 2024-05-02 13:52:48 | 31.35 | 95.5% |
| 258 | 2024-05-02 13:23:11 | 26.41 | 94% |
| 161 | 2024-03-06 22:10:51 | 26.62 | 95.6% |
| 125 | 2024-02-05 17:55:45 | 24.65 | 95.8% |
| 94 | 2024-01-24 16:00:54 | 24.31 | 94.4% |
| 85 | 2024-01-21 18:44:59 | 22.28 | 93.2% |
| 62 | 2024-01-20 18:48:16 | 21.04 | 94.7% |
| 52 | 2024-01-19 18:39:14 | 21.28 | 94.1% |
| 41 | 2024-01-19 18:04:41 | 18.40 | 94.5% |
| 35 | 2024-01-18 16:09:58 | 12.84 | 89.7% |
| 24 | 2024-01-07 06:29:11 | 14.15 | 91.8% |