(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 |
---|---|---|---|
46 | 2021-09-11 11:16:14 | 40.84 | 95% |
42 | 2021-09-10 06:20:38 | 38.43 | 93% |
22 | 2021-09-04 11:01:19 | 31.44 | 94% |
3 | 2021-09-04 07:09:10 | 32.98 | 93% |