(sidd_)

Race #57

View Pit Stop page for race #57 by sidd_Ghost race

View profile for (sidd_)

Official speed 100.89 wpm (42.34 seconds elapsed during race)
Race Start January 27, 2019 11:12:18pm UTC
Race Finish January 27, 2019 11:13:00pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (77.84 wpm)
3. styrofoam (61.32 wpm)
4. poem (58.88 wpm)
5. hellothen (55.27 wpm)
Accuracy 98.0%
Points 77.35
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")))))))))