(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 |
---|---|---|---|
144 | 2023-12-13 06:34:48 | 66.79 | 95.8% |
121 | 2022-06-09 01:01:02 | 74.32 | 97% |
95 | 2022-04-06 23:14:03 | 55.17 | 94% |
77 | 2022-04-06 07:28:30 | 59.34 | 95% |
61 | 2022-04-03 07:27:17 | 70.00 | 97% |