(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 |
---|---|---|---|
62 | 2024-09-28 10:31:54 | 46.28 | 95% |
40 | 2024-09-08 10:20:08 | 51.48 | 96.4% |
32 | 2024-09-04 08:04:34 | 49.77 | 98.7% |
26 | 2024-09-03 06:30:07 | 43.74 | 97.4% |
23 | 2024-09-02 11:33:14 | 42.69 | 96.9% |
11 | 2024-08-09 22:08:58 | 43.85 | 96.3% |