Mya Thinzar (piggy_mya)

Race #3

View Pit Stop page for race #3 by piggy_myaGhost race

View profile for Mya Thinzar (piggy_mya)

Official speed 26.00 wpm (164.31 seconds elapsed during race)
Race Start March 16, 2023 10:36:30am UTC
Race Finish March 16, 2023 10:39:14am UTC
Outcome No win (5 of 4)
Opponents 2. aungmyathein (35.20 wpm)
4. zinkowinn (29.35 wpm)
Accuracy 92.0%
Points 19.94
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")))))))))