Cameron (camtypez)

Race #3

View Pit Stop page for race #3 by camtypezGhost race

View profile for Cameron (camtypez)

Official speed 20.23 wpm (211.17 seconds elapsed during race)
Race Start January 2, 2019 1:30:38am UTC
Race Finish January 2, 2019 1:34:09am UTC
Outcome No win (2 of 2)
Opponents 1. sidd_ (102.20 wpm)
Accuracy 93.0%
Points 15.51
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")))))))))