(sidd_)

Race #41

View Pit Stop page for race #41 by sidd_Ghost race

View profile for (sidd_)

Official speed 95.70 wpm (44.64 seconds elapsed during race)
Race Start January 27, 2019 10:44:54pm UTC
Race Finish January 27, 2019 10:45:39pm UTC
Outcome Win (1 of 6)
Opponents 2. delirious (73.87 wpm)
3. styrofoam (60.76 wpm)
4. poem (53.92 wpm)
Accuracy 98.0%
Points 73.37
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")))))))))