(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 |
---|---|---|---|
68 | 2024-01-18 15:47:57 | 84.36 | 98.1% |
62 | 2024-01-18 15:38:01 | 79.53 | 97.4% |
42 | 2024-01-17 02:28:44 | 71.86 | 96.8% |
23 | 2021-11-16 20:26:54 | 64.18 | 97% |
8 | 2021-10-20 17:15:31 | 58.35 | 97% |