(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 |
---|---|---|---|
156 | 2025-02-18 15:06:00 | 33.04 | 96.9% |
75 | 2023-11-30 11:53:46 | 33.17 | 96.4% |
64 | 2023-11-23 09:21:16 | 28.01 | 94.6% |
63 | 2023-11-23 09:18:16 | 33.20 | 94.7% |
45 | 2023-10-26 13:03:13 | 28.77 | 94.8% |