Rakeem (rthomas1)

Race #1

View Pit Stop page for race #1 by rthomas1Ghost race

View profile for Rakeem (rthomas1)

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