Adam (a_jensen)

Race #11

View Pit Stop page for race #11 by a_jensenGhost race

View profile for Adam (a_jensen)

Official speed 38.27 wpm (111.63 seconds elapsed during race)
Race Start May 13, 2017 8:01:47am UTC
Race Finish May 13, 2017 8:03:38am UTC
Outcome No win (3 of 3)
Accuracy 85.0%
Points 0.00
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")))))))))