(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 |
---|---|---|---|
56 | 2025-03-26 09:08:10 | 58.63 | 97.6% |
42 | 2025-01-06 11:58:11 | 44.61 | 95% |
38 | 2025-01-04 13:44:43 | 57.23 | 96.2% |
20 | 2024-01-05 16:24:18 | 50.20 | 95.7% |
19 | 2024-01-05 16:22:29 | 48.45 | 94.5% |
4 | 2024-01-04 16:09:51 | 48.35 | 95.6% |