(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 |
---|---|---|---|
54 | 2023-09-14 14:10:39 | 43.12 | 94.5% |
53 | 2023-09-14 14:08:33 | 44.99 | 94.6% |
19 | 2023-09-11 14:52:58 | 44.65 | 93.9% |
17 | 2023-09-11 14:48:46 | 46.30 | 94% |
12 | 2023-09-11 14:41:28 | 45.57 | 96.2% |
8 | 2023-09-11 14:26:32 | 41.88 | 94.5% |