Dylan (dylantackoor)

Race #2

View Pit Stop page for race #2 by dylantackoorGhost race

View profile for Dylan (dylantackoor)

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