(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 |
---|---|---|---|
29 | 2023-01-01 10:31:56 | 43.07 | 96% |
21 | 2021-09-05 14:24:06 | 29.79 | 95% |
18 | 2021-08-18 03:23:45 | 23.18 | 92% |