(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 |
---|---|---|---|
102 | 2025-01-13 16:08:30 | 35.04 | 93.9% |
93 | 2025-01-12 12:58:15 | 34.04 | 95.2% |
49 | 2024-11-23 07:04:18 | 30.97 | 93.3% |
41 | 2024-07-13 11:11:31 | 25.35 | 93% |
31 | 2024-01-28 13:56:42 | 28.98 | 94.1% |
2 | 2023-12-30 06:37:16 | 22.30 | 91.4% |