(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 |
---|---|---|---|
67 | 2025-02-05 17:27:18 | 38.96 | 93.1% |
58 | 2025-02-04 17:17:30 | 38.96 | 93.1% |
47 | 2025-02-04 10:31:28 | 34.81 | 90.8% |
16 | 2025-01-28 16:21:09 | 34.70 | 90.8% |
6 | 2025-01-23 13:35:23 | 33.44 | 91.5% |
4 | 2025-01-23 13:27:11 | 33.46 | 90.8% |