(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 |
|---|---|---|---|
| 84 | 2024-07-29 19:45:18 | 26.21 | 87.3% |
| 66 | 2024-07-29 18:35:18 | 26.21 | 89.6% |
| 36 | 2024-03-13 14:54:21 | 26.66 | 91.4% |
| 35 | 2024-03-13 14:27:19 | 26.13 | 91.6% |
| 25 | 2024-01-31 02:03:48 | 25.65 | 89.7% |