unseasoned lawyer (dindondoe)

Race #6

View Pit Stop page for race #6 by dindondoeGhost race

View profile for unseasoned lawyer (dindondoe)

Official speed 52.91 wpm (80.74 seconds elapsed during race)
Race Start December 23, 2021 11:14:41am UTC
Race Finish December 23, 2021 11:16:01am UTC
Outcome Win (1 of 3)
Opponents 2. artemis_05 (40.14 wpm)
Accuracy 94.0%
Points 40.56
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")))))))))