View Pit Stop page for race #78 by jgary199 — Ghost race
View profile for J Gary (jgary199)
Official speed | 47.16 wpm (36.39 seconds elapsed during race) |
---|---|
Race Start | June 26, 2025 12:33:28am UTC |
Race Finish | June 26, 2025 12:34:05am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.15 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |