(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 |
|---|---|---|---|
| 467 | 2025-04-15 20:04:45 | 82.77 | 98.1% |
| 450 | 2024-08-14 20:22:17 | 74.55 | 97.9% |
| 424 | 2024-06-07 20:41:23 | 72.19 | 98.2% |
| 375 | 2024-02-16 01:36:05 | 68.10 | 96.4% |
| 364 | 2024-02-14 17:45:39 | 67.69 | 96.2% |
| 363 | 2024-02-14 17:44:12 | 63.00 | 96.8% |
| 360 | 2024-02-09 17:40:11 | 64.99 | 95.7% |
| 304 | 2024-01-16 21:32:25 | 58.75 | 95.3% |
| 303 | 2024-01-16 21:29:17 | 56.14 | 94.8% |
| 221 | 2023-11-18 18:39:26 | 54.86 | 94.1% |
| 127 | 2023-09-24 17:50:15 | 50.15 | 94.2% |
| 77 | 2023-08-26 01:03:45 | 50.08 | 95.1% |
| 75 | 2023-08-23 17:44:58 | 53.79 | 95.6% |
| 60 | 2023-08-21 01:41:32 | 47.84 | 93.7% |