CuriousChild (curiouschild)

Race #8

View Pit Stop page for race #8 by curiouschildGhost race

View profile for CuriousChild (curiouschild)

Official speed 35.90 wpm (47.80 seconds elapsed during race)
Race Start September 4, 2021 7:17:02am UTC
Race Finish September 4, 2021 7:17:50am UTC
Outcome No win (2 of 3)
Opponents 1. teslateslatesla (36.13 wpm)
Accuracy 94.0%
Points 10.77
Text #10010 (Length: 143 characters)

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