(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-02-20 21:47:23 | 19.06 | 88.9% |
17 | 2024-02-16 15:55:21 | 16.19 | 89% |
6 | 2024-02-16 14:14:59 | 14.07 | 85.3% |
4 | 2024-02-15 21:51:42 | 13.91 | 87% |