(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 |
---|---|---|---|
19 | 2023-06-21 12:56:12 | 28.34 | 92% |
16 | 2023-06-16 12:08:06 | 26.41 | 91% |
13 | 2023-06-14 20:08:30 | 22.44 | 90% |
9 | 2023-06-13 07:33:22 | 23.03 | 90% |