(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 |
---|---|---|---|
100 | 2023-09-26 05:59:13 | 39.99 | 93% |
96 | 2023-09-26 05:08:10 | 37.58 | 92.4% |
82 | 2023-09-26 04:41:37 | 40.13 | 93.2% |
66 | 2023-09-26 04:13:10 | 37.43 | 92.1% |
4 | 2023-09-25 15:50:49 | 31.73 | 92.9% |