(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 |
---|---|---|---|
61 | 2025-05-26 19:06:12 | 22.10 | 89.9% |
55 | 2025-05-23 01:50:26 | 23.41 | 87% |
43 | 2025-05-19 00:55:20 | 12.24 | 92% |
33 | 2025-05-19 00:11:48 | 23.52 | 96.1% |
24 | 2025-05-18 23:35:59 | 22.45 | 93.8% |
7 | 2025-05-18 00:33:46 | 23.57 | 94.8% |