DENNIS (dennis123123)

Race #5

View Pit Stop page for race #5 by dennis123123Ghost race

View profile for DENNIS (dennis123123)

Official speed 36.51 wpm (117.01 seconds elapsed during race)
Race Start July 11, 2023 2:29:54pm UTC
Race Finish July 11, 2023 2:31:51pm UTC
Outcome Win (1 of 9)
Opponents 2. weshente (30.60 wpm)
6. dennisqwert (23.95 wpm)
Accuracy 95.0%
Points 27.99
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")))))))))