(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 |
|---|---|---|---|
| 38 | 2015-09-17 22:33:36 | 55.77 | 99% |
| 24 | 2015-09-08 22:16:04 | 60.56 | 98% |
| 20 | 2015-09-08 01:13:20 | 52.75 | 97% |
| 19 | 2015-09-08 01:11:04 | 56.95 | 98% |
| 17 | 2015-09-07 01:11:10 | 51.84 | 96% |