J Gary (jgary199)

Race #99

View Pit Stop page for race #99 by jgary199Ghost race

View profile for J Gary (jgary199)

Official speed 57.90 wpm (29.64 seconds elapsed during race)
Race Start June 28, 2025 1:38:51am UTC
Race Finish June 28, 2025 1:39:20am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.37
Text #10010 (Length: 143 characters)

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