PicturingFrames (frame_ability)

Race #13

View Pit Stop page for race #13 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 47.63 wpm (89.69 seconds elapsed during race)
Race Start June 19, 2022 6:45:02am UTC
Race Finish June 19, 2022 6:46:31am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 36.52
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")))))))))