(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 |
|---|---|---|---|
| 114 | 2024-06-06 12:05:27 | 26.83 | 94.4% |
| 102 | 2024-05-09 03:49:36 | 28.41 | 95.6% |
| 81 | 2024-05-03 02:56:05 | 26.41 | 95.2% |
| 48 | 2024-04-22 03:53:12 | 22.61 | 93.8% |
| 35 | 2024-04-18 22:46:08 | 24.47 | 96.4% |
| 16 | 2024-03-30 08:21:07 | 18.34 | 93.5% |
| 3 | 2024-03-18 07:47:36 | 18.35 | 93.8% |