(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 |
---|---|---|---|
73 | 2023-09-14 14:10:24 | 50.80 | 93.5% |
72 | 2023-09-14 14:08:14 | 55.98 | 94% |
40 | 2023-09-13 13:02:29 | 48.24 | 94.1% |
19 | 2023-09-11 14:53:00 | 43.35 | 94.9% |
17 | 2023-09-11 14:48:52 | 43.21 | 95% |
12 | 2023-09-11 14:41:38 | 41.19 | 93.8% |