(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 |
---|---|---|---|
129 | 2025-07-04 00:47:52 | 30.06 | 93% |
123 | 2025-07-03 02:15:14 | 25.26 | 90% |
93 | 2025-06-27 00:55:12 | 28.31 | 93% |
79 | 2025-06-22 22:27:00 | 28.02 | 92% |
72 | 2025-06-08 01:03:21 | 27.22 | 93% |
33 | 2025-05-23 01:50:23 | 23.76 | 92% |
26 | 2025-05-18 00:33:35 | 25.18 | 93% |