View Pit Stop page for race #89 by jgary199 — Ghost race
View profile for J Gary (jgary199)
Official speed | 52.95 wpm (32.41 seconds elapsed during race) |
---|---|
Race Start | June 27, 2025 2:48:09am UTC |
Race Finish | June 27, 2025 2:48:41am UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 15.89 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |