(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 |
---|---|---|---|
237 | 2025-04-27 19:18:37 | 40.77 | 96.2% |
211 | 2025-03-11 17:05:42 | 35.87 | 95.8% |
154 | 2024-11-04 17:40:33 | 36.63 | 96.2% |
124 | 2024-08-09 16:31:48 | 37.56 | 96.4% |
123 | 2024-08-08 16:25:17 | 37.02 | 95.7% |
105 | 2024-07-20 15:44:55 | 35.90 | 96.2% |
86 | 2024-06-25 14:14:16 | 33.86 | 94.8% |
65 | 2024-05-26 18:35:07 | 30.69 | 93.6% |
54 | 2024-05-11 14:46:04 | 32.05 | 94% |