(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 |
---|---|---|---|
41 | 2025-01-05 16:37:21 | 57.78 | 98.1% |
29 | 2024-12-22 18:32:26 | 56.22 | 97.1% |
17 | 2024-09-14 21:39:48 | 61.17 | 98.1% |
12 | 2024-09-14 18:23:54 | 58.77 | 97.7% |