Gustavo (gustxw)

Race #4

View Pit Stop page for race #4 by gustxwGhost race

View profile for Gustavo (gustxw)

Official speed 25.87 wpm (165.13 seconds elapsed during race)
Race Start May 17, 2016 10:30:36pm UTC
Race Finish May 17, 2016 10:33:21pm UTC
Outcome No win (9 of 10)
Opponents 1. marliseu (42.18 wpm)
2. dylantackoor (41.99 wpm)
3. adalwulf (40.47 wpm)
4. henrym0503 (34.70 wpm)
7. gbonell (30.82 wpm)
Accuracy 91.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")))))))))