(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 |
---|---|---|---|
64 | 2024-09-26 00:14:31 | 45.33 | 97.2% |
48 | 2024-09-25 22:47:37 | 46.97 | 95.8% |
46 | 2024-09-25 21:45:13 | 45.02 | 94.9% |
15 | 2024-09-22 22:53:00 | 43.97 | 97.1% |