(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 |
---|---|---|---|
32 | 2023-08-02 08:10:14 | 46.71 | 95.9% |
25 | 2023-07-31 03:13:13 | 50.08 | 97.5% |
9 | 2023-07-29 10:21:57 | 44.04 | 95.4% |