(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 |
|---|---|---|---|
| 13 | 2023-03-30 07:31:36 | 31.77 | 97% |
| 4 | 2023-03-29 16:15:32 | 29.99 | 94% |
| 2 | 2023-03-28 18:31:37 | 26.39 | 92% |