(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 |
---|---|---|---|
145 | 2024-06-12 18:32:08 | 55.70 | 94.9% |
133 | 2023-05-27 13:34:35 | 53.15 | 96.4% |
123 | 2023-05-25 06:57:59 | 51.73 | 95.1% |
83 | 2023-05-23 14:09:24 | 47.81 | 95% |
40 | 2023-05-23 09:03:37 | 48.63 | 92.9% |
6 | 2023-05-23 05:03:03 | 47.18 | 93.9% |
1 | 2023-05-23 03:25:55 | 44.53 | 94.5% |