View Pit Stop page for race #5 by shadowyshadows — Ghost race
View profile for Shanon (shadowyshadows)
| Official speed | 55.86 wpm (76.48 seconds elapsed during race) |
|---|---|
| Race Start | July 27, 2019 6:38:10am UTC |
| Race Finish | July 27, 2019 6:39:26am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 42.82 |
| Text | #10007 (Length: 356 characters) (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"))))))))) |