(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 |
---|---|---|---|
146 | 2024-11-10 05:08:23 | 40.75 | 96.3% |
139 | 2024-11-09 12:37:10 | 43.66 | 95.8% |
94 | 2024-10-29 05:22:58 | 35.17 | 92.9% |
73 | 2024-10-29 04:44:59 | 34.26 | 93.3% |
41 | 2024-10-28 19:22:33 | 33.20 | 94% |