(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 |
|---|---|---|---|
| 88 | 2024-05-17 10:56:13 | 57.69 | 97.7% |
| 86 | 2024-05-15 02:35:39 | 51.29 | 95.6% |
| 80 | 2024-05-06 03:18:51 | 44.22 | 94.2% |
| 70 | 2024-05-01 23:45:54 | 47.63 | 96.4% |
| 49 | 2024-04-21 12:35:42 | 50.59 | 96.9% |
| 46 | 2024-04-21 08:31:09 | 48.53 | 96.7% |
| 29 | 2023-10-25 01:34:20 | 52.66 | 96.7% |