(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 |
---|---|---|---|
75 | 2023-07-15 22:08:27 | 26.49 | 94.3% |
67 | 2023-07-14 14:49:13 | 26.20 | 93.1% |
65 | 2023-07-14 05:12:48 | 29.34 | 93.2% |
63 | 2023-07-14 05:07:48 | 25.97 | 93.3% |
60 | 2023-07-14 04:58:43 | 26.86 | 92.8% |
58 | 2023-07-14 04:54:10 | 27.24 | 92.8% |
25 | 2023-07-13 19:19:24 | 25.11 | 93.6% |