(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 |
---|---|---|---|
30 | 2025-03-18 16:36:29 | 30.23 | 93.5% |
20 | 2025-01-29 15:26:56 | 45.16 | 94.7% |
16 | 2025-01-29 15:21:07 | 44.68 | 95.6% |
11 | 2025-01-29 00:39:11 | 40.52 | 94% |