(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 |
---|---|---|---|
72 | 2023-07-21 07:21:00 | 36.03 | 96.2% |
63 | 2023-07-21 07:01:01 | 33.92 | 95.1% |
38 | 2023-07-11 06:36:04 | 36.37 | 96.3% |
13 | 2023-07-10 09:20:20 | 29.91 | 95% |
2 | 2023-07-10 08:52:00 | 28.90 | 94.9% |