(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 |
---|---|---|---|
18 | 2023-06-14 16:55:59 | 30.77 | 94.6% |
9 | 2023-06-03 14:37:56 | 32.22 | 94.9% |
3 | 2023-05-31 09:46:32 | 28.83 | 94.1% |