CuriousChild (curiouschild)

Race #1

View Pit Stop page for race #1 by curiouschildGhost race

View profile for CuriousChild (curiouschild)

Official speed 29.14 wpm (58.89 seconds elapsed during race)
Race Start June 18, 2021 7:55:11am UTC
Race Finish June 18, 2021 7:56:10am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 8.74
Text #10010 (Length: 143 characters)

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