(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 |
---|---|---|---|
70 | 2024-11-12 05:50:18 | 24.50 | 90.7% |
68 | 2024-11-12 05:45:43 | 23.54 | 90.9% |
61 | 2024-10-17 10:42:37 | 24.73 | 94.2% |
35 | 2024-04-01 04:43:07 | 19.46 | 91% |
20 | 2024-03-24 06:15:41 | 18.07 | 92.3% |