(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 |
---|---|---|---|
33 | 2025-03-13 14:09:05 | 55.97 | 96.4% |
27 | 2025-03-10 22:51:07 | 48.88 | 93.8% |
10 | 2025-03-10 14:12:09 | 48.21 | 93.2% |