J Gary (jgary199)

Race #35

View Pit Stop page for race #35 by jgary199Ghost race

View profile for J Gary (jgary199)

Official speed 34.58 wpm (49.62 seconds elapsed during race)
Race Start May 24, 2025 3:05:53pm UTC
Race Finish May 24, 2025 3:06:43pm UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 10.38
Text #10010 (Length: 143 characters)

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