Tahsin (tahsin__1)

Race #19

View Pit Stop page for race #19 by tahsin__1Ghost race

View profile for Tahsin (tahsin__1)

Official speed 25.00 wpm (170.88 seconds elapsed during race)
Race Start May 3, 2025 4:47:25pm UTC
Race Finish May 3, 2025 4:50:16pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 19.17
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")))))))))