Dan (testsubject1)

Race #24

View Pit Stop page for race #24 by testsubject1Ghost race

View profile for Dan (testsubject1)

Official speed 59.97 wpm (28.61 seconds elapsed during race)
Race Start October 12, 2025 4:00:26am UTC
Race Finish October 12, 2025 4:00:55am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 17.99
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }