David (david_chen)

Race #10

View Pit Stop page for race #10 by david_chenGhost race

View profile for David (david_chen)

Official speed 37.33 wpm (45.97 seconds elapsed during race)
Race Start April 25, 2025 3:13:07pm UTC
Race Finish April 25, 2025 3:13:53pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 11.20
Text #10010 (Length: 143 characters)

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