(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 |
---|---|---|---|
114 | 2024-05-22 08:52:36 | 26.08 | 97.2% |
85 | 2024-01-05 13:52:30 | 35.13 | 98% |
75 | 2024-01-02 12:13:06 | 28.18 | 97.1% |
7 | 2023-08-21 11:49:32 | 26.69 | 93.1% |