(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 |
---|---|---|---|
45 | 2024-05-25 11:31:07 | 54.17 | 97.6% |
36 | 2024-04-21 17:14:09 | 44.64 | 96.5% |
34 | 2024-04-21 14:05:58 | 47.86 | 95.1% |
28 | 2024-04-15 18:41:09 | 45.29 | 95.9% |