(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 |
|---|---|---|---|
| 169 | 2023-09-20 00:22:18 | 41.52 | 96.1% |
| 119 | 2023-09-06 21:38:26 | 39.41 | 96.7% |
| 112 | 2023-09-01 16:25:54 | 39.36 | 95.7% |
| 99 | 2023-08-30 15:08:16 | 39.55 | 96.2% |
| 96 | 2023-08-30 15:01:15 | 40.18 | 96.5% |
| 82 | 2023-08-28 13:43:39 | 36.65 | 95.8% |
| 68 | 2023-08-27 13:52:26 | 37.61 | 96.1% |
| 66 | 2023-08-27 13:46:51 | 38.88 | 96.2% |
| 40 | 2023-08-24 13:29:18 | 36.22 | 96.4% |
| 35 | 2023-08-20 15:31:17 | 35.73 | 94.7% |
| 28 | 2023-08-19 19:09:53 | 38.53 | 96.4% |
| 17 | 2023-08-14 14:19:50 | 34.92 | 94.5% |