code_brains (coderider)

Race #6

View Pit Stop page for race #6 by coderiderGhost race

View profile for code_brains (coderider)

Official speed 53.28 wpm (80.18 seconds elapsed during race)
Race Start September 12, 2021 11:05:41am UTC
Race Finish September 12, 2021 11:07:01am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 40.85
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")))))))))