(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 |
---|---|---|---|
97 | 2023-08-22 12:47:44 | 46.12 | 92.3% |
83 | 2023-08-20 13:05:59 | 50.16 | 93.3% |
17 | 2023-08-16 23:44:14 | 42.73 | 92.4% |
4 | 2023-08-16 13:36:05 | 45.19 | 93.8% |