(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 |
---|---|---|---|
166 | 2024-12-08 17:34:53 | 27.92 | 91% |
94 | 2024-04-19 07:55:00 | 27.59 | 92.5% |
64 | 2024-03-22 02:39:25 | 26.94 | 91.8% |
25 | 2024-03-20 18:26:34 | 26.56 | 94% |
18 | 2024-03-20 01:43:42 | 24.23 | 91.7% |