[NTM] Vielle (arc_sec)

Race #122

View Pit Stop page for race #122 by arc_secGhost race

View profile for [NTM] Vielle (arc_sec)

Official speed 93.78 wpm (45.55 seconds elapsed during race)
Race Start November 27, 2019 8:59:41pm UTC
Race Finish November 27, 2019 9:00:27pm UTC
Outcome Win (1 of 2)
Opponents 2. lesirh (69.37 wpm)
Accuracy 97.0%
Points 71.90
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")))))))))