(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 |
---|---|---|---|
91 | 2021-11-04 08:24:39 | 61.81 | 96% |
71 | 2021-11-04 05:13:14 | 63.90 | 96% |
69 | 2021-11-04 05:09:24 | 58.00 | 94% |
56 | 2021-11-04 04:45:09 | 56.30 | 94% |
21 | 2021-11-03 16:31:46 | 51.41 | 95% |
1 | 2021-11-03 15:43:24 | 48.17 | 94% |