(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 |
---|---|---|---|
51 | 2024-09-06 13:14:56 | 43.94 | 96.7% |
47 | 2024-09-06 13:09:50 | 39.27 | 93.8% |
39 | 2024-09-05 21:21:26 | 37.16 | 95.8% |
27 | 2024-09-01 17:58:42 | 37.48 | 94.4% |
25 | 2024-09-01 17:53:49 | 38.39 | 96.5% |
7 | 2024-08-30 20:24:39 | 32.45 | 92.1% |