CuriousChild (curiouschild)

Race #9

View Pit Stop page for race #9 by curiouschildGhost race

View profile for CuriousChild (curiouschild)

Official speed 33.06 wpm (51.91 seconds elapsed during race)
Race Start September 4, 2021 7:19:16am UTC
Race Finish September 4, 2021 7:20:08am UTC
Outcome No win (4 of 4)
Opponents 3. teslateslatesla (34.27 wpm)
Accuracy 94.0%
Points 9.92
Text #10010 (Length: 143 characters)

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