(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 |
---|---|---|---|
69 | 2024-01-07 21:58:04 | 51.93 | 97% |
22 | 2023-12-19 20:23:14 | 47.48 | 95.1% |
15 | 2023-12-16 20:12:16 | 42.50 | 94.6% |