(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 |
---|---|---|---|
139 | 2019-06-11 11:40:20 | 27.41 | 96% |
81 | 2019-05-18 05:20:36 | 22.49 | 95% |
68 | 2019-05-17 13:11:23 | 21.59 | 96% |
65 | 2019-05-17 10:22:26 | 23.21 | 96% |
21 | 2019-05-16 10:14:14 | 23.12 | 97% |