papajesus (weshente)

Race #5

View Pit Stop page for race #5 by weshenteGhost race

View profile for papajesus (weshente)

Official speed 30.60 wpm (139.61 seconds elapsed during race)
Race Start July 11, 2023 2:29:54pm UTC
Race Finish July 11, 2023 2:32:14pm UTC
Outcome No win (2 of 9)
Opponents 1. dennis123123 (36.51 wpm)
6. dennisqwert (23.95 wpm)
Accuracy 93.0%
Points 23.46
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")))))))))