(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 |
---|---|---|---|
101 | 2019-07-29 12:23:41 | 66.85 | 95.7% |
47 | 2019-07-21 16:32:09 | 61.71 | 96.3% |
1 | 2019-07-20 16:59:21 | 70.64 | 97.6% |