(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 |
---|---|---|---|
70 | 2025-09-10 21:17:48 | 24.81 | 94% |
62 | 2025-07-04 00:48:09 | 26.89 | 96% |
56 | 2025-07-03 02:15:29 | 23.25 | 94% |
35 | 2025-06-30 01:09:03 | 23.45 | 95% |
13 | 2025-06-22 22:27:33 | 23.00 | 95% |