(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 |
---|---|---|---|
36 | 2024-03-27 07:26:38 | 31.47 | 94.3% |
28 | 2024-03-18 05:20:12 | 26.31 | 92.1% |
23 | 2024-03-05 01:08:46 | 29.34 | 93.2% |
11 | 2024-02-28 07:29:07 | 25.67 | 93.1% |