(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 |
---|---|---|---|
179 | 2022-11-22 10:42:43 | 62.07 | 98% |
163 | 2021-08-24 21:09:33 | 48.72 | 95% |
143 | 2019-08-25 13:41:27 | 51.55 | 94% |
134 | 2019-02-06 13:00:38 | 60.37 | 96% |
105 | 2019-01-30 13:33:00 | 58.03 | 96% |
11 | 2019-01-27 23:13:35 | 55.27 | 96% |