(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 |
---|---|---|---|
95 | 2023-06-22 08:58:20 | 33.69 | 95.1% |
44 | 2023-06-09 06:32:21 | 31.62 | 96.5% |
41 | 2023-06-09 06:26:23 | 27.82 | 93.6% |