Adolfo (adalwulf)

Race #1

View Pit Stop page for race #1 by adalwulfGhost race

View profile for Adolfo (adalwulf)

Official speed 33.00 wpm (129.45 seconds elapsed during race)
Race Start May 12, 2016 11:08:30pm UTC
Race Finish May 12, 2016 11:10:40pm UTC
Outcome No win (4 of 6)
Opponents 2. dylantackoor (42.13 wpm)
3. rthomas1 (35.55 wpm)
5. henrym0503 (31.45 wpm)
Accuracy 86.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")))))))))