(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 |
|---|---|---|---|
| 54 | 2024-06-17 12:57:05 | 38.57 | 94.2% |
| 50 | 2024-05-26 06:14:56 | 44.39 | 95.9% |
| 47 | 2024-05-22 00:55:02 | 46.79 | 96.4% |
| 26 | 2024-01-04 09:59:40 | 35.07 | 93.1% |
| 1 | 2024-01-03 21:29:49 | 44.51 | 96.7% |