(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 |
---|---|---|---|
135 | 2025-07-01 03:25:20 | 27.41 | 91% |
125 | 2025-06-30 01:08:38 | 27.24 | 89% |
116 | 2025-06-23 00:50:14 | 20.03 | 90% |
105 | 2025-06-22 22:27:13 | 25.78 | 88% |
67 | 2025-06-18 18:22:27 | 25.94 | 89% |
49 | 2025-06-13 00:43:05 | 25.68 | 90% |
20 | 2025-06-07 23:23:30 | 22.35 | 89.4% |