alexVladimirQuecaña (alex_ramos)

Race #68

View Pit Stop page for race #68 by alex_ramosGhost race

View profile for alexVladimirQuecaña (alex_ramos)

Official speed 25.58 wpm (167.01 seconds elapsed during race)
Race Start June 8, 2025 1:00:44am UTC
Race Finish June 8, 2025 1:03:31am UTC
Outcome No win (5 of 12)
Opponents 3. yarot123 (27.95 wpm)
7. tocsky (24.07 wpm)
Accuracy 96.0%
Points 19.61
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")))))))))